Upgrade react version

This commit is contained in:
Tiago Jacobs 2022-05-02 16:59:28 -03:00
parent e28b3ddeae
commit 2960002bca
3 changed files with 575 additions and 288 deletions

1
.gitignore vendored
View File

@ -95,3 +95,4 @@ Network Trash Folder
Temporary Items
.apdisk
/package-lock.json

View File

@ -1,6 +1,6 @@
{
"name": "bigbluebutton-mobile-sdk",
"version": "0.1.16",
"version": "0.1.17",
"description": "This repository contains BigBlueButton react-native component, that's used in our [sample implementation](https://github.com/bigbluebutton/bigbluebutton-mobile).",
"main": "lib/commonjs/index",
"module": "lib/module/index",
@ -63,8 +63,8 @@
"jest": "^26.0.1",
"pod-install": "^0.1.0",
"prettier": "^2.0.5",
"react": "16.13.1",
"react-native": "^0.67.2",
"react": "17.0.2",
"react-native": "0.68.1",
"react-native-builder-bob": "^0.18.0",
"release-it": "^14.2.2",
"typescript": "^4.1.3"

856
yarn.lock

File diff suppressed because it is too large Load Diff