Skip to content

Commit

Permalink
revert unnecessary type change
Browse files Browse the repository at this point in the history
  • Loading branch information
latekvo committed Dec 17, 2024
1 parent 13b32eb commit a818c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/release_tests/touchables/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type Touchables = {
color?: string;
renderChild: (() => null) | ((color?: string) => React.ReactNode);
text: string;
background?: (A: typeof RNTouchableNativeFeedback) => BackgroundPropType;
background?: (A: typeof TouchableNativeFeedback) => BackgroundPropType;
};

const TOUCHABLES: Touchables[] = [
Expand Down

0 comments on commit a818c22

Please sign in to comment.