1.Install Git LFS using command install brew install git-lfs OR port install git-lfs
Verify that the installation was successful:
$ git lfs install
> Git LFS initialized.
2.Add the following in your podfile use_frameworks! below prepare_react_native_project!
and comment this line :flipper_configuration => flipper_config
3.Run pod install
Add this permissions into iOS Info.plist file.
<key>NSCameraUsageDescription</key>
<string>App usage camera for scan documents.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>App usage photos for get document picture.</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>App usage photos for save document picture.</string>