【发布时间】:2020-04-03 11:11:40
【问题描述】:
有没有办法从 Android 端启动特定的 react-native-navigation 屏幕,例如有意图?
类似:
Intent intent = new Intent(this, RNNScreen.class);
【问题讨论】:
标签: android react-native react-native-navigation
有没有办法从 Android 端启动特定的 react-native-navigation 屏幕,例如有意图?
类似:
Intent intent = new Intent(this, RNNScreen.class);
【问题讨论】:
标签: android react-native react-native-navigation
可以注册一个fragment,然后在JS端用externalComponent消费它。看看External Component documentation
【讨论】: