Arnab Ghosh

Results 2 comments of Arnab Ghosh

> It seems that this library doesn't build with latest version of `react-native` it is working on version `0.66.1` but it fails in build when I update my react-native version...

> ``` > android:name="android.support.v4.content.FileProvider" > android:authorities="${applicationId}.provider" > android:exported="false" > android:grantUriPermissions="true"> > android:name="android.support.FILE_PROVIDER_PATHS" > android:resource="@xml/provider_paths" /> > > ``` Can you please tell me what is applicationId or how i can...