Skip to content

Commit 18e692d

Browse files
authored
TCS-1284 RN 0.73 upgrade (#55)
* TCS-1284 build: add commands to run example from root * TCS-1284 build: upgrade from RN 0.72 to 0.73
1 parent f1cf1cd commit 18e692d

File tree

5 files changed

+1138
-2015
lines changed

5 files changed

+1138
-2015
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
run: npm run test --coverage
2626

2727
- name: Prepare Build
28-
run: npm run prepare
28+
run: npm run build

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
presets: ['module:metro-react-native-babel-preset'],
2+
presets: ['module:@react-native/babel-preset'],
33
};

example/package-lock.json

Lines changed: 2 additions & 67 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)