React-Native App with Apple Watch App

I have a reaction-based question, we are creating a response application that will use authentication to invoke a secure API for data.

All this is built into native-native, however I want to create an Apple Watch application (I know that native-native does not support it and it is unlikely to support it soon). Therefore, I plan to quickly switch to Watch app.

My question is: does anyone know if you can use reaction-based authentication and api matching to deliver the json object to the Watch app? I want to just display the json schedule on the watch from the phone.

+4
source share

All Articles