Neil Anthony

Results 3 issues of Neil Anthony

Hi I am having an issue when using the method: `State.getStatesOfCountry`, it shows an error above.

How to change this code to get the real filename instead of a pre-defined filename prefix? [https://github.com/react-native-image-picker/react-native-image-picker/blob/f347c8bde0f18eda733f07d860fab2ca69442c07/android/src/main/java/com/imagepicker/Utils.java#L46](https://github.com/react-native-image-picker/react-native-image-picker/blob/f347c8bde0f18eda733f07d860fab2ca69442c07/android/src/main/java/com/imagepicker/Utils.java#L46) ``` public static String fileNamePrefix = "rn_image_picker_lib_temp_"; public static File createFile(Context reactContext, String...

:bug: Bug

The UI looks weird on android 13 . . is there a way to correct this? Thanks