mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
chore: update info about fabric_enabled in RNTester README (#41145)
Summary: This is a small fix to update line number pointing to `fabric_enabled` line number ## Changelog [Internal] [Fixed] - Update line number in RNTester README Pull Request resolved: https://github.com/facebook/react-native/pull/41145 Test Plan: Not needed Reviewed By: rshest Differential Revision: D50551044 Pulled By: cipolleschi fbshipit-source-id: bed88c54f3b2718ca4cdb08e66fed2d7e4cac7ab
This commit is contained in:
committed by
Facebook GitHub Bot
parent
b22f566104
commit
f451203d59
@@ -13,7 +13,7 @@ yarn install
|
||||
|
||||
### Running on iOS
|
||||
|
||||
If you are testing non-fabric component, modify [the fabric_enabled flag in RNTester's Podfile](https://github.com/facebook/react-native/blob/main/packages/rn-tester/Podfile#L24).
|
||||
If you are testing non-fabric component, search for and modify the `fabric_enabled` flag in [RNTester's Podfile](https://github.com/facebook/react-native/blob/main/packages/rn-tester/Podfile).
|
||||
|
||||
```ruby
|
||||
fabric_enabled = false
|
||||
|
||||
Reference in New Issue
Block a user