joey

Results 12 comments of joey

try nesting the NestableScrollContainer in a view as in their example https://github.com/computerjazz/react-native-draggable-flatlist/blob/main/Example/screens/NestedScreen.tsx . it got rid of the error for me

Are you using TypeScript? if so, you need to declare this module. See here https://stackoverflow.com/a/50516783/8896573

I ended up changing it to this ![Screenshot 2023-04-12 at 13 25 10](https://user-images.githubusercontent.com/26523201/231456217-98c5cbe2-318f-4076-bf18-684477287fea.png)

yeah if i have type definitions in my tsx file it throws with the "missing semicolon" error

@ceremonious try adding --parser=flow to the command at the command line, i think it is working for me

@Ginden can you please clarify. I am trying to get this package working for an oracle database. `user_constraints` is also used in many joins, should we change `user_constraints` to `all_constraints...

ok I got it working. I had to change four SQL strings in `OracleDriver.js`. They start at lines 25, 40, 174, and 205.

Hi @Ginden, I am trying to use this package with an Oracle DB and have tried hard-coding some values into OracleDriver.js but have so far been unsuccessful. When you are...

@evelant ... this is kind of off-topic but since you mentioned it, is @react-native-google-signin/google-signin deprecated in favor of expo-auth-session/providers/google? or do they have different capabilities?