Skip to content

Commit

Permalink
fix(android): support rn version 0.68 (#2193)
Browse files Browse the repository at this point in the history
Upgrading react-native-image-picker from 5.4.2 to 5.5.0 resulted in my app no longer building because of the following issue: `error: cannot find symbol new ImagePickerPackage()`

This issue was introduced here: 
4584d7b

My stack: 
Using react-native 0.68.2
Gradle 7.3.1
buildToolsVersion 33
compileSdkVersion 33
targetSdkVersion 33
minSdkVersion 24
kotlinVersion 1.7.0
  • Loading branch information
charlyBerthet committed Aug 16, 2023
1 parent 4e88b02 commit 58aeb06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/src/main/AndroidManifest.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.imagepicker"
>
<application>
<provider
Expand Down

0 comments on commit 58aeb06

Please sign in to comment.