简体   繁体   中英

how do i call a component in react native from a native-android widget?

i am using react native cli (RN=0.61). I have a component which is for SOS message sending. I want to call this from an android widget developed using android studio (java).How can i do it ?

PS I have used android-studio to build the widget as there is no direct way of creating widgets using react native.

As of now, there are no methods to communicate from widget -> app. Communication in the opposite way is possible.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM