Skip to content

Commit be861aa

Browse files
authored
chore: fix example compile and update dev environment to rn 0.83.0 (#315)
1 parent dc668fa commit be861aa

21 files changed

+2794
-12874
lines changed

.eslintignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

babel.config.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
module.exports = {
2-
presets: ['module:@react-native/babel-preset'],
2+
overrides: [
3+
{
4+
exclude: /\/node_modules\//,
5+
presets: ['module:react-native-builder-bob/babel-preset'],
6+
},
7+
{
8+
include: /\/node_modules\//,
9+
presets: ['module:@react-native/babel-preset'],
10+
},
11+
],
312
};

ci/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import { AppRegistry } from 'react-native';
66
import App from './App';
7-
import {registerGlobals} from '@livekit/react-native-webrtc';
7+
import { registerGlobals } from '@livekit/react-native-webrtc';
88
import { name as appName } from './app.json';
99

1010
registerGlobals();

ci/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"dependencies": {
1414
"@livekit/react-native": "*",
1515
"@livekit/react-native-webrtc": "^137.0.2",
16-
"@react-native/new-app-screen": "0.82.0",
16+
"@react-native/new-app-screen": "0.82.1",
1717
"livekit-client": "^2.15.8",
1818
"react": "19.1.1",
19-
"react-native": "0.82.0",
19+
"react-native": "0.82.1",
2020
"react-native-safe-area-context": "^5.5.2"
2121
},
2222
"devDependencies": {
@@ -26,10 +26,10 @@
2626
"@react-native-community/cli": "20.0.0",
2727
"@react-native-community/cli-platform-android": "20.0.0",
2828
"@react-native-community/cli-platform-ios": "20.0.0",
29-
"@react-native/babel-preset": "0.82.0",
30-
"@react-native/eslint-config": "0.82.0",
31-
"@react-native/metro-config": "0.82.0",
32-
"@react-native/typescript-config": "0.82.0",
29+
"@react-native/babel-preset": "0.82.1",
30+
"@react-native/eslint-config": "0.82.1",
31+
"@react-native/metro-config": "0.82.1",
32+
"@react-native/typescript-config": "0.82.1",
3333
"@types/jest": "^29.5.13",
3434
"@types/react": "^19.1.1",
3535
"@types/react-test-renderer": "^19.1.0",

0 commit comments

Comments
 (0)