Skip to content

Commit

Permalink
fix: update react-native version
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloprado committed May 9, 2024
1 parent 3ce0394 commit eba39b7
Show file tree
Hide file tree
Showing 10 changed files with 1,300 additions and 373 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/BUILD_ERROR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ body:
render: json
placeholder: >
"dependencies": {
"react-native": "^0.73.4",
"react-native-reanimated": "^3.9.0",
"react-native": "^0.74.1",
"react-native-reanimated": "^3.10.0",
"react-native-vision-camera": "^4.0.0",
"react-native-worklets-core": "^1.0.0",
...
Expand Down
2 changes: 2 additions & 0 deletions package/example/ios/.xcode.env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export NODE_BINARY=/opt/homebrew/bin/node

2 changes: 0 additions & 2 deletions package/example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ target 'VisionCameraExample' do
:mac_catalyst_enabled => false,
# :ccache_enabled => true
)
__apply_Xcode_12_5_M1_post_install_workaround(installer)

# Sets or removes the VISION_CAMERA_ENABLE_FRAME_PROCESSORS flag to enable or disable
# our Swift Example plugin.
set_frame_processor_swift_flag_in_example_project(installer)
Expand Down

0 comments on commit eba39b7

Please sign in to comment.