I am using react-native-image-picker I want to render the fileName which I got in it's response. Any ideas?
Asked
Active
Viewed 1,068 times
2 Answers
0
Store what you want to show on screen in your component state and render according to that

Prithwee Das
- 4,628
- 2
- 16
- 28
0
static launchImageLibrary(options?, callback)
It is contained in the callback value
of the module function.

hong developer
- 13,291
- 4
- 38
- 68