Updated example with reanimated and paper #332
Annotations
11 errors
|
Run yarn lint:
example/babel.config.js#L8
Expected object keys to be in ascending order. 'plugins' should be before 'presets'
|
Run yarn lint:
example/babel.config.js#L10
Strings must use doublequote
|
Run yarn lint:
example/babel.config.js#L11
Missing trailing comma
|
Run yarn lint:
example/metro.config.cjs#L6
Strings must use doublequote
|
Run yarn lint:
example/metro.config.cjs#L23
Missing trailing comma
|
Run yarn lint:
example/src/App.tsx#L3
Member 'Button' of the import declaration should be sorted alphabetically
|
Run yarn lint:
example/src/App.tsx#L20
There should be at least one empty line between import groups
|
Run yarn lint:
example/src/App.tsx#L21
`react-native-paper` import should occur before import of `react-native-spotlight-tour`
|
Run yarn lint:
example/src/App.tsx#L21
Strings must use doublequote
|
Run yarn lint:
example/src/App.tsx#L22
`react-native-reanimated` import should occur before import of `react-native-spotlight-tour`
|
Loading