Anaturuchi

Results 11 comments of Anaturuchi

> verticalSwipe={false} > > And use TouchableWithoutFeedback inside Scrollview After hours of search, this worked. Some other people recommended using inside and I don't know why it did not work...

@isaacshalom1 Hi, I created an issue for changing of default background color and I later resolved it after finding the solution, please look at this case for the solution on...

> That was it ^ TouchableWithoutFeedback didn't work but TouchableOpacity Worked Hi, please can you provide your code where this is working? I have wrapped with TouchableOpacity and nothing is...

If anyone is still having this issue, here is the latest solution in January 2022: You have to cover the child or children of the **View** inside your 'renderCard' with...

> If anyone is still having this issue, here is the latest solution in January 2022: > > You have to cover the child or children of the **View** inside...

I had this same issue. Mine was even showing that: Android ✓ JDK ✖ Android Studio - Required for building and installing your app on Android ✖ Android SDK -...

> Hey @AnatuGreen Did you have a look at this https://github.com/react-navigation/react-navigation/tree/main/example ? Yea I saw that. I mean a more simplified version. Something that has just the three main navigations...

Mine is this error: `npm ERR! Cannot read properties of null (reading 'children')` I have even uninstalled Node and reinstalled it. Same issue

I downgraded NPM to version 7 and the error stopped. On Mon, 15 Aug 2022, 10:27 am Ahmed Zaki, ***@***.***> wrote: > @AnatuGreen Can you try to install the >...