File Handler in React Native from email #20055
Labels
Resolution: For Stack Overflow
A question for Stack Overflow. Applying this label will cause issue to be closed.
Resolution: Locked
This issue was locked by the bot.
[✓] Review the documentation: https://facebook.github.io/react-native
[✓] Search for existing issues: https://github.com/facebook/react-native/issues
[✓] Use the latest React Native release: https://github.com/facebook/react-native/releases
Environment
OS: macOS High Sierra 10.13.4
Node: 9.4.0
Yarn: 1.7.0
npm: 5.6.0
Watchman: 4.9.0
Xcode: Xcode 9.4.1 Build version 9F2000
Android Studio: 3.1 AI-173.4697961.
Packages: (wanted => installed)
react: 16.3.1 => 16.3.1
react-native: https://github.com/expo/react-native/archive/sdk-27.0.0.tar.gz => 0.55.2
Description
I am looking for the way to open file with my app to import some data in react-native app
However, I did find anything!
For example, I have an CSV file, and I want to open that with my React Native app to import some data in app from the file.
How can my app listen for particular file from email?
I found one npm package but I think it's not enough what I am looking for.
Node Package link: https://github.com/huangzuizui/react-native-file-opener
Reproducible Demo
I don't have a demo code but I can explaing here..
See the file is for map.me and in screenshot they got an option to import file in particular app.
looking for something like this
The text was updated successfully, but these errors were encountered: