chore(example/basic): bump react native version

This commit is contained in:
KrzysztofMoch
2023-09-28 08:25:13 +02:00
parent 01a47840be
commit a279a0cb3a
32 changed files with 4168 additions and 3088 deletions

View File

@@ -1,20 +1,3 @@
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"isolatedModules": true,
"jsx": "react-native",
"lib": ["es2017"],
"moduleResolution": "node",
"noEmit": true,
"strict": true,
"target": "esnext"
},
"exclude": [
"node_modules",
"babel.config.js",
"metro.config.js",
"jest.config.js"
]
}
"extends": "@tsconfig/react-native/tsconfig.json"
}