Skip to content

Instantly share code, notes, and snippets.

@callstack-bot
Created October 7, 2022 11:14
Show Gist options
  • Save callstack-bot/b6f07259a08e8af8f4b678266c724fd4 to your computer and use it in GitHub Desktop.
Save callstack-bot/b6f07259a08e8af8f4b678266c724fd4 to your computer and use it in GitHub Desktop.
- require_relative '../node_modules/react-native/scripts/react_native_pods'
- require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
+ require_relative '../../../node_modules/react-native/scripts/react_native_pods'
+ require_relative '../../../node_modules/@react-native-community/cli-platform-ios/native_modules'
target 'ExampleApp' do
...
@DimitarNestorov
Copy link

You forgot to mention to update post_install

@okwasniewski

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment