Skip to content

Commit 0506a82

Browse files
Update README to remove iOS installation notes (#1194)
1 parent e810321 commit 0506a82

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ via yarn:
2323
yarn add @react-native-menu/menu
2424
```
2525

26-
### Installing on iOS with React Native 0.63 and above
27-
28-
There is an issue(https://github.com/facebook/react-native/issues/29246) causing projects with this module to fail on build on React Native 0.63 and above.
29-
This issue may be fixed in future versions of react native.
30-
As a work around, look for lines in `[YourPrject].xcodeproj` under `LIBRARY_SEARCH_PATHS` with `"\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",` and change `swift-5.0` to `swift-5.3`.
31-
3226
## Linking
3327

3428
The package is [automatically linked](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md) when building the app. All you need to do is:

0 commit comments

Comments
 (0)