Kris
Kris
Really late but I thought I'd drop this npm package I found here: https://www.npmjs.com/package/react-native-gradient-icon It would still be nice to be able to use react-native-vector-icons to get gradients if it...
Having the same issue I think if someone can do a PR to replace the SectionList with a FlashList it would really help. I tried looking through the code but...
@Lespoir Looks great but not sure if i'm mistaken but that PR doesn't seem to be to this repo?
Has anyone figured this out?
why is there an exclamation mark after the column names?
@rizdaputra Ahh ok I'm not really familiar with typescript, sorry!I actually just realized 2 things that might be your issue: - The database.batch needs to be inside a database.write. Example...
These issues seem quite similar and might be helpful: - https://github.com/Nozbe/WatermelonDB/issues/950 - https://github.com/Nozbe/WatermelonDB/issues/1111 I havent used nested Q.on so I can't really give any code examples but you can try...
https://github.com/Nozbe/WatermelonDB/issues/1469#issuecomment-1464103225 Slightly more updated one: ```gradle kotlinVersion = '1.9.23' ndkVersion = "26.1.10909125" ```
EDIT: My project is a React Native project so I'm not too sure if it'll work in Next but it should be ok? > The goal when i made this...
@UrsDeSwardt Sorry I should've specified that I use it in React Native, not in Next! (Edited my original comment to add the context) The code should still work though I...