mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Back out "Add enum example to Android/iOS rn-tester TurboModule" (#35089)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/35089 Changelog: [General][Fixed] - Back out "Add enum example to Android/iOS rn-tester TurboModule" This broke the rn-tester adding due to an invalid flow-enum setup. Needs further investigation Reviewed By: cipolleschi Differential Revision: D40714320 fbshipit-source-id: 9831276762f90df0ffaca3304382fe5925009343
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c868d5b26c
commit
d0599ac56b
@@ -48,14 +48,6 @@ public class SampleTurboModule extends NativeSampleTurboModuleSpec {
|
||||
return arg;
|
||||
}
|
||||
|
||||
@DoNotStrip
|
||||
@SuppressWarnings("unused")
|
||||
@Override
|
||||
public double getEnum(double arg) {
|
||||
log("getEnum", arg, arg);
|
||||
return arg;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected Map<String, Object> getTypedExportedConstants() {
|
||||
Map<String, Object> result = new HashMap<>();
|
||||
|
||||
Reference in New Issue
Block a user