Skip to content

Commit

Permalink
fix(ios): resolve issue with Pods installation (#5065)
Browse files Browse the repository at this point in the history
- Fixes issue where Pods were not installing successfully (react-native-maps/react-native-maps#5065)
- Update example project to React Native 0.74.1
- Update documentation to clarify usage of unstable_reactLegacyComponentNames and include warning message
  • Loading branch information
DavidLee0501 committed May 25, 2024
1 parent 0e4c052 commit 8c757e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@ For IOS: configure [App Transport Security](https://developer.apple.com/library/

## React Native Configuration for Fabric / New Architecture

If you are using React Native 0.74 or higher, or if Fabric / the new architecture is enabled in your project, you need to add specific configurations to your `react-native-config` file to ensure compatibility with certain components. This setup is essential for maintaining the stability and functionality of the map components provided by `react-native-maps`.
This library works with Fabric using the [New Renderer Interop Layer](https://github.com/reactwg/react-native-new-architecture/discussions/135)

There is a warning message that those steps are not necessary; but we couldn't get the example working without them so far.

### Configuration Steps

Expand Down

0 comments on commit 8c757e4

Please sign in to comment.