FaridSafi / react-native-gifted-form

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

Any Help react-native-gifted-form With React-Navigation #110

Open gauravverma029 opened 7 years ago

gauravverma029 commented 7 years ago

HI, I am trying to integrate with

import ExNavigator from expo/react-native-navigator

But i am getting error - Undefined is not an object. (evaluating '_reactNative.ViewPropsTypes...) On Other side i am using React-navigation -- I am not able to find how to intergrate with react navigation so please any help

RobinKuiper commented 7 years ago

97 has some info on it, but it is not fully functional. Modals don't auto close for example. Trying to work on a solution for that now.

cyphire commented 6 years ago

I'm a little confused....

React native documentation says to use react-navigation for react-native....

I made the switch quite a while ago from askinov (which was good also) react-native-router-flux (which was also good)... So now I use react-navigation.

This module (which I would really like to use) - seems to be built on the very old and not even documented Navigation.

It seems to be pretty trivial to bring in the react-navigation, but I've never worked on a repo like this. Any plans to make this react-navigation compatible?

I can't seem to find any way to get the modals to function - again, the calls in the modal module all use "Navigator"...