-
I tried to use #190 by Is this a supported workflow or I need to wait until the proper fix is in? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I usually use the github cli which makes it easy to get the pr checked out The issue with a module not found seems more like an issue with your setup. Have you ran bootstrap? Also in the latest version of the repo you need to manually run the metro bundler (yarn start) in the example/native folder since the auto launched one doesn't work. |
Beta Was this translation helpful? Give feedback.
I usually use the github cli which makes it easy to get the pr checked out
gh pr checkout 190
.The issue with a module not found seems more like an issue with your setup. Have you ran bootstrap? Also in the latest version of the repo you need to manually run the metro bundler (yarn start) in the example/native folder since the auto launched one doesn't work.