Skip to content

Commit

Permalink
feat: add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellee8 committed Apr 29, 2022
1 parent 4c993f4 commit 1f07d84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/sync-android.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

cp -r ./example/node_modules/react-native-web-browser/android/src/ ./android/src/
3 changes: 3 additions & 0 deletions scripts/sync-ios.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

cp -r ./example/node_modules/react-native-web-browser/ios/*.swift ./example/node_modules/react-native-web-browser/ios/*.m ./example/node_modules/react-native-web-browser/ios/*.h ios/

0 comments on commit 1f07d84

Please sign in to comment.