FaridSafi / react-native-gifted-form

📝 « One React-Native form component to rule them all »
MIT License
1.44k stars 214 forks source link

ModalWidget with Wix-React Native Navigation #131

Open lianglkqq0210 opened 6 years ago

lianglkqq0210 commented 6 years ago

I am using Wix-react native navigation, I am facing the problem of open the modal widget, openModal={(route) => { navigator.push(route); // The ModalWidget will be opened using this method. Tested with ExNavigator }} The react native navigation needs to register the component first and then push/jump to that screen, I don't get how to integrate them together. Another question after this is, how to pop back?

Thank you!!

daniel031699 commented 6 years ago

Have you solved the problem? For help