Fork me on GitHub
#luminus
<
2020-09-26
>
zackteo00:09:12

Hello! May I ask how do I get Luminus working on mobile? 🙂

Michaël Salihi07:09:34

@zackteo Luminus is a set of libraries, sort of super templates. What did you means with "working on mobile"? What's your project?

zackteo07:09:33

I was thinking of trying to get it to work on mobile via react native o:

bastilla09:09:23

@zackteo there is no react native profile, so no template code to achieve this out-of-the-box. Shouldn't be a problem to build up / include such a process yourself, I would think.

Michaël Salihi11:09:21

@zackteo Yes, if your react application needs back end, you can use Luminus for example for a REST API and for the front end part you can take care of the configuration with a CLJS wrapper of React (Reagent + Re-frame for example) and Shadow- CLJS or Figwheel-main for the build. Some resources: • https://shadow-cljs.github.io/docs/UsersGuide.html#target-react-nativehttps://figwheel.org/docs/react-native.html