Skip to content
/ cljs-expo Public

Example mobile app using clojurescript, shadow-cljs, helix, and expo

Notifications You must be signed in to change notification settings

aiba/cljs-expo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running

In one terminal:

$ bb shadow-dev

In another terminal:

$ bb expo-start

Then in the expo terminal, type "i" to launch it in the simulator.

Note: disable fast-refresh in the expo dev menu in the app.

See also


How the expo dir was created:

$ npx create-expo-app my-app
$ mv my-app expo
$ rm expo/App.js

Then we edited expo/app.json to set {"entryPoint": "./target/index.js"}.

About

Example mobile app using clojurescript, shadow-cljs, helix, and expo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published