Add fabric support to the example app #1678
Annotations
8 errors and 6 warnings
check (example)
Type '{ style: (state: PressableStateCallbackType) => StyleProp<ViewStyle>; }' is not assignable to type 'PressableProps'.
|
check (example)
Type '({ pressed, }: PressableStateCallbackType) => StyleProp<ViewStyle>' is not assignable to type 'StyleProp<ViewStyle> | ((state: PressableStateCallbackType) => StyleProp<ViewStyle>)'.
|
check (example)
Type '({ pressed, }: PressableStateCallbackType) => StyleProp<ViewStyle>' is not assignable to type 'StyleProp<ViewStyle> | ((state: PressableStateCallbackType) => StyleProp<ViewStyle>)'.
|
check (example)
Type '({ pressed, }: PressableStateCallbackType) => StyleProp<ViewStyle>' is not assignable to type 'StyleProp<ViewStyle> | ((state: PressableStateCallbackType) => StyleProp<ViewStyle>)'.
|
check (example)
Type 'RecursiveArray<ViewStyle | Falsy | RegisteredStyle<ViewStyle>>' is not assignable to type 'StyleProp<ViewStyle>'.
|
check (example)
JSX element type 'RNTouchable' does not have any construct or call signatures.
|
check (example)
Argument of type 'typeof import("/home/runner/work/react-native-gesture-handler/react-native-gesture-handler/example/node_modules/react-native/Libraries/Components/Touchable/TouchableNativeFeedback").TouchableNativeFeedback' is not assignable to parameter of type 'typeof import("/home/runner/work/react-native-gesture-handler/react-native-gesture-handler/node_modules/react-native/Libraries/Components/Touchable/TouchableNativeFeedback").TouchableNativeFeedback'.
|
check (example)
Process completed with exit code 2.
|
check (FabricExample)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check (FabricExample)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check (FabricExample):
FabricExample/src/App.tsx#L52
Inline style: { flex: 1 }
|
check (FabricExample):
FabricExample/src/App.tsx#L53
Inline style: { flex: 1 }
|
check (example)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check (example)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|