Skip to content

Commit d784d95

Browse files
mateoguzmanafacebook-github-bot
authored andcommitted
docs(rn-tester): adding extra instructions to disable fabric (#47127)
Summary: While working on #47110, I wanted to disable fabric in the `rn-tester` to test some things in Paper. I followed all the steps but ended up deleting the whole repository locally, cloning it again and explicitly installing the pods `fabric_enabled` in all steps and it didn't work. I ended up disabling the new architecture by passing `RCT_NEW_ARCH_ENABLED=0` and then it worked immediately. Wanted to add this extra hint as it might help other contributors. ## Changelog: [INTERNAL] [ADDED] - extra instructions to disable fabric in the `rn-tester` package Pull Request resolved: #47127 Test Plan: Follow the instructions to disable fabric, try passing `RCT_NEW_ARCH_ENABLED=0` if `fabric_enabled = false` is not enough. Reviewed By: cortinico Differential Revision: D64652149 Pulled By: rshest fbshipit-source-id: 0fc4149832a7973c57161b4fff5815414f304a3c
1 parent 5697d92 commit d784d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rn-tester/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cd packages/rn-tester
2626
yarn clean-ios
2727
```
2828

29-
If you are still having a problem after doing the clean up (which can happen if you have built RNTester with older React Native versions where files were generated inside the react-native folder.), the best way might be to clean-install react-native (e.g. remove node_modules and yarn install).
29+
If you are still having a problem after doing the clean up (which can happen if you have built RNTester with older React Native versions where files were generated inside the react-native folder.), the best way might be to clean-install react-native (e.g. remove node_modules and yarn install). If after cleaning up, you are still having issues, you might also want to try `RCT_NEW_ARCH_ENABLED=0 bundle exec pod install` to disable the new architecture as it might be conflicting.
3030

3131
Both macOS and Xcode are required.
3232
1. `cd packages/rn-tester`

0 commit comments

Comments
 (0)