Skip to content

Commit 9041ba8

Browse files
authored
feat: v9 alpha (#698)
1 parent eec6bdf commit 9041ba8

File tree

166 files changed

+1876
-875
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+1876
-875
lines changed

β€Ž.eslintignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ built-storybooks
1717
.eslintrc.js
1818
!.jest.config.js
1919
!.storybook
20+
!.rnstorybook
2021
examples/expo-example/metro.config.js
2122
storybook.requires.js
22-
jest.config.js
23-
app/react-native/scripts/mocks
24-
addons/ondevice-knobs
23+
jest.config.js

β€Ž.eslintrc.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
module.exports = {
22
root: true,
33
extends: '@react-native',
4+
parserOptions: {
5+
requireConfigFile: false,
6+
},
47
rules: {
58
'react-native/no-inline-styles': 'off',
69
'react/react-in-jsx-scope': 'off',

β€ŽMIGRATION.md

+11-1

0 commit comments

Comments
Β (0)