joey
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 
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...
@ryuzaki01 where are you importing PredictRequest from?
@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?