itinance / react-native-fs

Native filesystem access for react-native
MIT License
4.89k stars 954 forks source link

Update README.md #1222

Open NathanW2 opened 3 months ago

NathanW2 commented 3 months ago

Write docs for issue #701

Update readme with notes about changing paths for DocumentDirectoryPath on iOS and advice use of relative paths or just filenames to resolve path at runtime

I got hit with this today wondering why my files didn't load that had been stored using absolute path (which is a mistake I know but still). I didn't notice the ID was changing on each build