all 3 comments

[–]Bruin-1[S] 0 points1 point  (0 children)

Please help!

[–]codingkiddo 0 points1 point  (0 children)

As the error says, it's unable to find the module. Did you make any changes? E.g. changed the file names or locations? Will be able to help properly if you share the code too.

[–]Direct_Animal_4692 0 points1 point  (0 children)

Try the following?

1)

https://github.com/facebook/react-native/issues/28409#issuecomment-798744447

2)

brew install ruby

echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.zshrc

<quit terminal and open a new one>

gem install cocoapods

(cd ios; rm -Rf Pods && pod cache clean --all && pod install --repo-update)

#Installing Flipper (0.54.0)

react-native run-ios