You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it seems obvious that you could just pull the iOS and Android versions together into some wrapper, I was wondering if a second way might be better. That would be,
Create JS grpc service wrapper. Using something like,
Create very basic native layers for iOS and Android that allow the user to toggle the service on and off (plus set the port number + log level) and expose that method as a RN method.
Combine the two so you have a way to turn your Service on and then the JS native methods to call that service.
The text was updated successfully, but these errors were encountered:
While it seems obvious that you could just pull the iOS and Android versions together into some wrapper, I was wondering if a second way might be better. That would be,
Create very basic native layers for iOS and Android that allow the user to toggle the service on and off (plus set the port number + log level) and expose that method as a RN method.
Combine the two so you have a way to turn your Service on and then the JS native methods to call that service.
The text was updated successfully, but these errors were encountered: