Project re-initialization with latest react native (#19)

* Project re-initialization with latest react native (npx create-react-native-library)
This commit is contained in:
Tiago Jacobs
2022-08-16 08:08:40 -03:00
committed by GitHub
parent 00adc46c19
commit e200c0e7e0
105 changed files with 7290 additions and 6684 deletions

View File

@@ -1,22 +1,26 @@
{
"name": "bigbluebutton-mobile-sdk-example",
"description": "Example app for bigbluebutton-mobile-sdk",
"name": "bigbluebutton-tablet-sdk-example",
"description": "Example app for bigbluebutton-tablet-sdk",
"version": "0.0.1",
"private": true,
"main": "src/index.tsx",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start"
"start": "react-native start",
"pods": "pod-install --quiet",
"postinstall": "patch-package"
},
"dependencies": {
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-webview": "^11.17.2"
"react": "17.0.2",
"react-native": "0.68.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"babel-plugin-module-resolver": "^4.0.0",
"metro-react-native-babel-preset": "^0.64.0"
"babel-plugin-module-resolver": "^4.1.0",
"metro-react-native-babel-preset": "^0.67.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0"
}
}