Skip to content

Commit

Permalink
use_react_native
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Jul 19, 2024
1 parent 37bbfd0 commit 68e0075
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/react_native/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ platform :ios, '13.0'
def shared
config = use_native_modules!

if config["reactNativePath"] != nil
use_react_native!(:path => config["reactNativePath"])
else
use_react_native!(:path => '../node_modules/react-native/')


# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

Expand Down

0 comments on commit 68e0075

Please sign in to comment.