Currently there’s an issue submitting an app to the Apple App Store due to a missing version definitions in the cr-sqlite plist files.
For reference, expo-sqlite have experienced the same (see commit https://github.com/expo/expo/commit/de2a96986b29ebc8c71e291a12121e00290e9986)
This PR adds the missing version definitions and allows the app to be submitted to App Store without Apple rejecting the binary.
Currently there’s an issue submitting an app to the Apple App Store due to a missing version definitions in the cr-sqlite plist files. For reference, expo-sqlite have experienced the same (see commit https://github.com/expo/expo/commit/de2a96986b29ebc8c71e291a12121e00290e9986) This PR adds the missing version definitions and allows the app to be submitted to App Store without Apple rejecting the binary.