Make it possible to write JS only plugins
Summary: This diff is part of the bigger task T60496135 This diff is based on D18706643, extracting only the react native module parts It implements the entire Android client api for JavaScript, so that there is feature parity. However this implementation is happy path only, and edge cases will be handled in separate diffs Reviewed By: jknoxville Differential Revision: D19310265 fbshipit-source-id: 589716fe059952bdde98df84ed250c5c6feaa118
This commit is contained in:
committed by
Facebook Github Bot
parent
3fab1f8fd6
commit
c7158f4517
12
react-native/react-native-flipper/ios/Flipper.h
Normal file
12
react-native/react-native-flipper/ios/Flipper.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
||||
*
|
||||
* This source code is licensed under the MIT license found in the
|
||||
* LICENSE file in the root directory of this source tree.
|
||||
*/
|
||||
|
||||
#import <React/RCTBridgeModule.h>
|
||||
|
||||
@interface Flipper : NSObject <RCTBridgeModule>
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user