We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252e23a commit 73d3f21Copy full SHA for 73d3f21
src/index.tsx
@@ -1,5 +1,7 @@
1
import { NativeModules, Platform } from 'react-native';
2
import { Context } from './context';
3
+export { Outcome, Context } from './context';
4
+export type { OutcomeMetadata } from './context';
5
6
const LINKING_ERROR =
7
`The package 'react-native-context-sdk' doesn't seem to be linked. Make sure: \n\n` +
0 commit comments