diff --git a/docs/next/native-modules-android.html b/docs/next/native-modules-android.html index aa03ed148bf..993ff4e9fc7 100644 --- a/docs/next/native-modules-android.html +++ b/docs/next/native-modules-android.html @@ -355,7 +355,7 @@ params.putSt

We will implement a basic image picker to demonstrate this. The image picker will expose the method pickImage to JavaScript, which will return the path of the image when called.

public class ImagePickerModule extends ReactContextBaseJavaModule {
 
-  private static final int IMAGE_PICKER_REQUEST = 467081;
+  private static final int IMAGE_PICKER_REQUEST = 1;
   private static final String E_ACTIVITY_DOES_NOT_EXIST = "E_ACTIVITY_DOES_NOT_EXIST";
   private static final String E_PICKER_CANCELLED = "E_PICKER_CANCELLED";
   private static final String E_FAILED_TO_SHOW_PICKER = "E_FAILED_TO_SHOW_PICKER";
diff --git a/docs/next/native-modules-android/index.html b/docs/next/native-modules-android/index.html
index aa03ed148bf..993ff4e9fc7 100644
--- a/docs/next/native-modules-android/index.html
+++ b/docs/next/native-modules-android/index.html
@@ -355,7 +355,7 @@ params.putSt
 

We will implement a basic image picker to demonstrate this. The image picker will expose the method pickImage to JavaScript, which will return the path of the image when called.

public class ImagePickerModule extends ReactContextBaseJavaModule {
 
-  private static final int IMAGE_PICKER_REQUEST = 467081;
+  private static final int IMAGE_PICKER_REQUEST = 1;
   private static final String E_ACTIVITY_DOES_NOT_EXIST = "E_ACTIVITY_DOES_NOT_EXIST";
   private static final String E_PICKER_CANCELLED = "E_PICKER_CANCELLED";
   private static final String E_FAILED_TO_SHOW_PICKER = "E_FAILED_TO_SHOW_PICKER";