react-native-community / template

The React Native Community Template - getting started building RN apps for Android & iOS
MIT License
71 stars 16 forks source link

Use the ReactAppDependencyProvider in the template #86

Closed cipolleschi closed 6 days ago

cipolleschi commented 6 days ago

Summary

This change depends on https://github.com/facebook/react-native/pull/47761.

It uses the new pod, which is compatible with swift, to inject the AppDependency in React Native

Changelog

[iOS][Breaking] - Use the new ReactAppDependencyProvider pod in AppDelegate

Test Plan:

Tested with a nightly app with an external dependency, with both static libraries and dynamic frameworks

blakef commented 6 days ago

facebook/react-native#47761 looks good. @cipolleschi will you land this once the RN change lands in main?