Skip to content

Instantly share code, notes, and snippets.

@pytqqq
Created February 2, 2023 13:22
Show Gist options
  • Save pytqqq/60d323b595e247cd335164878abb265c to your computer and use it in GitHub Desktop.
Save pytqqq/60d323b595e247cd335164878abb265c to your computer and use it in GitHub Desktop.
const createWrapper = () => {
return (node: JSX.Element) => (
<NativeBaseProvider initialWindowMetrics={initialWindowMetrics}>
{node}
</NativeBaseProvider>
);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment