Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
43 views

I'm trying to schedule a local notification in my React Native app (using Notifee) that includes an image attachment. The image is selected and copied to a temporary path using react-native-fs, and ...
0 votes
0 answers
41 views

When I try to run 'npx react-native run-android', it throws the error SSL handshake exception during request. Complete stacktrace is as follows: FAILURE: Build failed with an exception. * What went ...
0 votes
1 answer
117 views

I have my database created at /data/data/<app_packagename>/databases/dbfile by react-native-sqlite-storage i can see this file with Android Studio device explorer and the db works fine i need ...
0 votes
0 answers
29 views

I want to convert local image to Base64 in react native But can't find image path. My image is stored in src/assets/images/myImage.png. What do i do to get the exact image path? I have tried Image....
0 votes
2 answers
63 views

Is there a way to open the video file while it is downloading and watch all that is downloaded, one megabyte or more, using React WinTap? Is there a way to open the video file while it is downloading ...
0 votes
1 answer
55 views

React Native Image <Image source={{uri: imagePath}}/> ReactImageView: Image source "/storage/emulated/0/Download/UAC/forecasts/Salt_Lake/danger.png" doesn't exist" even though it ...
1 vote
0 answers
167 views

The primary reason was that I wanted to upload in chunks, so I read the file and divided it into chunks. RNFS.readFile(fileUri, length, offset, 'base64'); similar to the method I described previously, ...
1 vote
1 answer
506 views

i use react-native-fs & xlsx in my project. when open app in web browser (chorom , microsoft Edge , ...) return Cannot read properties of undefined (reading 'RNFSFileTypeRegular') error. thanks ...
1 vote
0 answers
52 views

I am trying to store a file locally, but I don't have the media URL. I have an API that provides an authorization token. Then, I utilize the react-native-fs library in our React Native project. This ...
0 votes
1 answer
637 views

I have implemented method to download images list as pdf to mobile storage, android works fine without any issues but ios not working. I give all the necessary permission for both OS, but iOS not ...
0 votes
1 answer
1k views

I'm trying to download and save files in the file system like how WhatsApp does it. WhatsApp stores files inside android/media/com.whatsapp/. I was able to download and save the file inside /data/user/...
0 votes
1 answer
239 views

I need to download sample file to my iOS/Android device which is placed in application's assets folder with react native. I have implemented below code. const assetPath = 'assets/icons/bootsplash.png';...
0 votes
1 answer
417 views

I am unable to overwrite files when storing them on android's external storage. I have tried both react-native-fs and rn-fetch-blob but they both have the same result. I've tried looking for more ...
0 votes
1 answer
2k views

How can I create a folder at the root of the internal storage in a React Native application, ensuring that the folder and its contents persist even if the app is uninstalled? I've explored the ...
2 votes
0 answers
303 views

When I try and write to a file in react native using the react-native-fs work around (to replace fs), I run into an error. It says Cannot read property 'RNFSFileTypeRegular' of null. The full error in ...

15 30 50 per page
1
2 3 4 5
...
15

AltStyle によって変換されたページ (->オリジナル) /