Skip to content

aiba/helix-react-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClojureScript React Native with ShadowCLJS and Helix

An example live-reloading ClojureScript project that combines:

This uses helix's integration with react-native fast-refresh for the live-reloading, which works great!

Setup:

$ ( cd react-native && yarn install )

Running:

$ make shadow
$ make bundler
$ make ios

Note: The first time you run the simulator, you must press Command-D and then click "Disable Fast Refresh". This will disable react-native's automatic fast-refreshing. Instead, we are manually calling helix.experimental.refresh/refresh! after shadow-cljs recompiles/reloads.