mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Make RCTAppState TurboModule-compatible
Summary: See title. Changelog: [iOS][Added] - Make RCTAppState TurboModule-compatible Reviewed By: PeteTheHeat Differential Revision: D18142253 fbshipit-source-id: 5bd8afa6e3ee98f92aac3b2ebdfe63b9f7afc775
This commit is contained in:
committed by
Facebook Github Bot
parent
6481a124da
commit
7233ae4f11
@@ -34,7 +34,7 @@ public abstract class NativeAppStateSpec extends ReactContextBaseJavaModule impl
|
||||
public abstract void removeListeners(double count);
|
||||
|
||||
@ReactMethod
|
||||
public abstract void getCurrentAppState(Callback success, Callback failure);
|
||||
public abstract void getCurrentAppState(Callback success, Callback error);
|
||||
|
||||
@ReactMethod
|
||||
public abstract void addListener(String eventName);
|
||||
|
||||
Reference in New Issue
Block a user