Hi, I’m new to coding apps. I’ve been watching YouTube videos ext on setting up a backend server for storing data from my app. I have used appwrite and the iOS platform when creating a project.
I’m using react native to produce the app, by adding the android platform to the project, does this make my project cross platform or will I encounter problems.
I’ve read into flutter and the react native sdk beta. However I would like to use something more reliable while it’s in beta.
I want to be doing a test of the app through App Store and google play before September and I can’t find anything online that i understand enough atm to choose.
(The app would be a todo list giving real time input updates )
Thanks for your help, Max
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...