Skip to content

Commit

Permalink
example: fix building on latest Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
mortend committed Aug 7, 2023
1 parent c3623a8 commit d23da50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ DerivedData
*.ipa
*.xcuserstate
ios/.xcode.env.local
ios/Podfile.lock

# Android/IntelliJ
#
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.71.3",
"react-native": "0.71.11",
"react-native-unity2": "git+https://github.com/fusetools/react-native-unity2.git#HEAD"
},
"devDependencies": {
Expand Down

0 comments on commit d23da50

Please sign in to comment.