From 4441b7a3f4e3aed5a62b3a2ed437f8d4ee980d78 Mon Sep 17 00:00:00 2001 From: Arthur Geron <3487334+arthurgeron@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:23:50 -0300 Subject: [PATCH] feat: add NO_FLIPPER to Troubleshooting section in Example's README --- IapExample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IapExample/README.md b/IapExample/README.md index a3711d301..59c2930e5 100644 --- a/IapExample/README.md +++ b/IapExample/README.md @@ -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