fishjam-dev / react-native-membrane-webrtc

Apache License 2.0
78 stars 8 forks source link

Expo modules #131

Closed graszka22 closed 1 year ago

graszka22 commented 1 year ago

With this our sdk supports fabric architecture. How to test:

Also remember when switching between architectures to always clean cache etc. you may also need to delete Pods or build folders or even just clone the repo again :p

When reviewing focus on the new modules (whether the code style is ok) and whether I've missed something (this repo is recreated from scratch πŸ˜…). Also react-native and other libraries are updated <3

Thoughts:

graszka22 commented 1 year ago

@skyman503 If you have a while you can take a look at this PR, it shouldn't change much. Things that are not working yet:

Focus on the code in modules, those thousands lines of changes are mostly yarn.locks, generated boilerplate etc.

skyman503 commented 1 year ago

As for the question in description in my opinion, as long as we plan on supporting both platforms ci should also take care of both of them.

graszka22 commented 1 year ago

As for the question in description in my opinion, as long as we plan on supporting both platforms ci should also take care of both of them.

ok, I will create a task to add ci for them