wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.58k stars 716 forks source link

Separate uilib-native #3395

Open M-i-k-e-l opened 1 week ago

M-i-k-e-l commented 1 week ago

Description

Separate uilib-native (based on #3304)


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:

  1. Snapshot to use 7.34.1-snapshot.5779
  2. 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:

Changelog

⚠️ Separate uilib-native

Additional info

None