appwrite / sdk-for-react-native

[READ ONLY] Official Appwrite React Native SDK 💙 ⚛︎
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
3.78k stars 21 forks source link

🚀 Feature: expo-file-system #1

Closed rohankm closed 8 months ago

rohankm commented 8 months ago

🔖 Feature description

It's not feasible for Expo users if react-native-fs is used. Instead, it's better to use expo-file-system.

🎤 Pitch

use expo-file-system instead

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

stnguyen90 commented 8 months ago

What if you're not using expo? 🧐

rohankm commented 8 months ago

What if you're not using expo? 🧐

expo has become a standard in the industry, to the extent that even the official react native docs recommends its usage. However, users may encounter unnecessary prebuild complications if this library relies on react-native-fs.

lohanidamodar commented 8 months ago

Even with expo, if you just install react-native-fs in your project, you should be able to build without any complication from what I have read. I've not tested myself yet, but I'll surely run some test using Expo.

What if you're not using expo? 🧐

expo has become a standard in the industry, to the extent that even the official react native docs recommends its usage. However, users may encounter unnecessary prebuild complications if this library relies on react-native-fs.

rohankm commented 8 months ago

Even with expo, if you just install react-native-fs in your project, you should be able to build without any complication from what I have read. I've not tested myself yet, but I'll surely run some test using Expo.

What if you're not using expo? 🧐

expo has become a standard in the industry, to the extent that even the official react native docs recommends its usage. However, users may encounter unnecessary prebuild complications if this library relies on react-native-fs.

this doesn't make the developer experience better.. this doesnt work with the Expo Go app.., as a developer we want something on the go and not build a custom dev app just to use appwrite,

lohanidamodar commented 8 months ago

@rohankm we have migrated to use expo-file-system.

7

imPrathamDev commented 3 months ago

I am using bare react native and now I am not able to use react-natvie-appwrite because I am getting this error: Screenshot 2024-08-08 193117 PS: I don't want to use expo.