Skip to content

Commit

Permalink
Turn off HMR for now
Browse files Browse the repository at this point in the history
  • Loading branch information
shirakaba committed Jun 14, 2019
1 parent 98bec7b commit 83bcada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample/app/testComponents/hotApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ const app = () => <RNTesterFramed forwardedRef={rootRef}/>
// <RNTesterApp exampleFromAppetizeParams={`rntester://example/${"Button"}Example`}/>
// </RCTContentView>
// );
export default hot(app);
// export default hot(app);
export default app;

0 comments on commit 83bcada

Please sign in to comment.