IMPORTANT: this will cause us to use uilib-native internally - so we'll need to work with node_modules when fixing bugs.
When testing in external project:
Snapshot to use 7.34.1-snapshot.5779
You'll need to copy changes from uilib-native manually because it is not released yet (most important is to copy the lib/react-native.config.js into node_modules/uilib-native)
I am not sure the changes in ios/rnuilib.xcodeproj/project.pbxproj are needed - please make sure they are not breaking :pray:
Description
Separate uilib-native (based on #3304)
IMPORTANT: this will cause us to use
uilib-native
internally - so we'll need to work withnode_modules
when fixing bugs.When testing in external project:
7.34.1-snapshot.5779
uilib-native
manually because it is not released yet (most important is to copy thelib/react-native.config.js
intonode_modules/uilib-native
)I am not sure the changes in
ios/rnuilib.xcodeproj/project.pbxproj
are needed - please make sure they are not breaking :pray:Changelog
⚠️ Separate uilib-native
Additional info
None