Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Is it possible to react natively android using loopback 3 ? #3554

Closed
rendy14s opened this issue Aug 10, 2017 · 1 comment
Closed

Is it possible to react natively android using loopback 3 ? #3554

rendy14s opened this issue Aug 10, 2017 · 1 comment
Assignees

Comments

@rendy14s
Copy link

I just studied react native android. Before its i ionic 2 & 3 + loopback.

Is it possible to react natively android using loopback 3.0? If any, Is there a reference for step by step build it. Sorry, my English is bad

Regards

@kjdelisle
Copy link
Contributor

LoopBack will serve up any static content you'd like: https://loopback.io/doc/en/lb3/Add-a-static-web-page.html
You'd have to create the client-side content yourself (the HTML, CSS, and JS for React) and then place it in your configured location for static content, which would serve it on the configured route(s).

With respect to components, there isn't a React Android component that auto-generates client-side code for you (If anyone reading this knows better, please feel free to reply with a link).

If you're feeling adventurous, you could make a component that does this! My only advice in that regard would be that you take a look at loopback-next as it's the upcoming major release of Loopback. In fact, we're looking for ideas and contributors for new components, so feel free to pitch the idea here: loopbackio/loopback-next#509

@kjdelisle kjdelisle self-assigned this Aug 15, 2017
@ssh24 ssh24 added this to the Sprint 42 - Apex milestone Aug 17, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants