mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Kotlinify ReadableType (#43901)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43901 Changelog: [Internal] As part of the Sustainability Week (see [post](https://fb.workplace.com/groups/251759413609061/permalink/742797531171911/)). Reviewed By: cortinico Differential Revision: D55790585 fbshipit-source-id: e3b539626d93d195809101826f3be74f1054f946
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f4bafdd616
commit
0ee40aac39
+4
-4
@@ -5,13 +5,13 @@
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
package com.facebook.react.bridge;
|
||||
package com.facebook.react.bridge
|
||||
|
||||
import com.facebook.proguard.annotations.DoNotStrip;
|
||||
import com.facebook.proguard.annotations.DoNotStrip
|
||||
|
||||
/** Defines the type of an object stored in a {@link ReadableArray} or {@link ReadableMap}. */
|
||||
/** Defines the type of an object stored in a [ReadableArray] or [ReadableMap]. */
|
||||
@DoNotStrip
|
||||
public enum ReadableType {
|
||||
public enum class ReadableType {
|
||||
Null,
|
||||
Boolean,
|
||||
Number,
|
||||
Reference in New Issue
Block a user