Skip to content

Commit

Permalink
feat: add NO_FLIPPER to Troubleshooting section in Example's README
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Apr 3, 2024
1 parent ce3d81e commit 4441b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IapExample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ You've successfully run and modified your React Native App. :partying_face:

# Troubleshooting

If you can't get this to work, see the [Troubleshooting](https://reactnative.dev/docs/troubleshooting) page.
If you can't get this to work, see the [Troubleshooting](https://reactnative.dev/docs/troubleshooting) page or try disabling Flipper by setting `NO_FLIPPER=1` in your environment. (e.g. `NO_FLIPPER=1 yarn ios`)

# Learn More

Expand Down

0 comments on commit 4441b7a

Please sign in to comment.