-
for example, I just need to add NFC capability, and anyone who clones my project can test this feature without configuring it again, can I have any method to use an xcodeproj file in the example dir again? |
Beta Was this translation helpful? Give feedback.
Answered by
atlj
Aug 20, 2024
Replies: 1 comment 1 reply
-
I think you mean the React Native Test App. You can either configure the test app or stick with the vanilla test app in this case. If you want to use the vanilla test app, you can create the project again and choose the vanilla option when it asks you what type of test app you want to use. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
QDFish
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you mean the React Native Test App. You can either configure the test app or stick with the vanilla test app in this case. If you want to use the vanilla test app, you can create the project again and choose the vanilla option when it asks you what type of test app you want to use.