-1

I am using react-native-image-picker I want to render the fileName which I got in it's response. Any ideas?

user11426267
  • 361
  • 4
  • 7
  • 13

2 Answers2

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.

response

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