Pranav Raj Singh Chauhan
Pranav Raj Singh Chauhan
@shubham-srivastava-goku: Basically in your android app, you need to create a resource file `res/color.xml` if it does not exist. Please refer example app for the same. Please let me know...
Thanks @khushboogupta1 for raising the query. This library is a ReactNative wrapper around native provided libraries. For iOS it is wrapped around [FileBrowser](https://github.com/marmelroy/FileBrowser). I am not sure why the `CFBundleIdentifier`...
Need to look into it. I have not tried it with RN62. Will share update ASAP.
Based on my initial search. With RN62 onwards, one of the major feature we have is a deep integration with Flipper. As per Example Podfile it looks like if we...
Hi @PatWu16 + @theinvension: On iOS accessing file through outside application sandbox is not support by platform. Only Android provides capability of accessing files from storage. There is nothing we...
@theinvension + @PatWu16: Got you. Let me some background search on the same. If you come across any blogs please feel free to share the same. Thanks
Thanks @ghasemikasra39 for reporting the issue. It looks weird. I have just tried to run Example project on android and works fine. Could you please try the example project once....
Thanks @mickeywu for sharing the workaround. use_framework is needed since the native photo editor library is in Swift and as per my understanding the only way to add is define...
@nwaughachukwuma: Thanks for extending help. It would be very helpful if you can share a PR for the same. Will definitely merge it on priority.
@scblason: At present, there is no provision to pass literals from library JS API. We need manually make changes to below iOS .xib file. You can find this file from...