Skip to content

Commit

Permalink
[RN] Update Secret Types
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Apr 17, 2018
1 parent b05e67e commit 7583279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-native-renderer/src/ReactNativeTypes.js
Expand Up @@ -72,6 +72,7 @@ export type NativeMethodsMixinType = {
type SecretInternalsType = {
NativeMethodsMixin: NativeMethodsMixinType,
ReactNativeComponentTree: any,
computeComponentStackForErrorReporting(tag: number): null | string,
// TODO (bvaughn) Decide which additional types to expose here?
// And how much information to fill in for the above types.
};
Expand Down

0 comments on commit 7583279

Please sign in to comment.