|
@@ -1,7 +1,7 @@
|
1
|
1
|
package com.reactnativenavigation.react;
|
2
|
2
|
|
3
|
3
|
public class Constants {
|
4
|
|
- public static final String BACK_BUTTON_JS_KEY = "backButton";
|
|
4
|
+ public static final String BACK_BUTTON_JS_KEY = "backButtonId";
|
5
|
5
|
public static final String BACK_BUTTON_ID = "RNN.back";
|
6
|
6
|
public static final String STATUS_BAR_HEIGHT_KEY = "statusBarHeight";
|
7
|
7
|
}
|