mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-08 22:42:40 +08:00
Export latest Android changes
This commit is contained in:
@@ -20,6 +20,8 @@ public interface ReadableMap {
|
||||
boolean getBoolean(String name);
|
||||
double getDouble(String name);
|
||||
int getInt(String name);
|
||||
// Check CatalystStylesDiffMap#getColorInt() to see why this is needed
|
||||
int getColorInt(String name);
|
||||
String getString(String name);
|
||||
ReadableArray getArray(String name);
|
||||
ReadableMap getMap(String name);
|
||||
|
||||
Reference in New Issue
Block a user