Rasmus Lövegren
Rasmus Lövegren
Proof of concept in `crna` branch: https://github.com/futurice/pepperoni-app-kit/tree/crna Currently it's just a `create-react-native-app` project with a rewritten version of Pepperoni thrown on top of it (missing plenty of features), but the...
Here's some progress so far: https://goo.gl/photos/47AfGWG3MxoKUQPH8 Each tab is the result of running a plop generator.
Yeah, figured using redux-persist makes sense instead of a home-grown solution like what we have in master. redux-persist also has extra features through addons such as blacklisting/whitelisting, migrations, filtering, expiring...
As for redux-loop, yeah definitely either upgrade to 3.0 or leave it out / use something else. I haven't made any decisions here yet. One possibility is leveraging the generator...
@dominictracey `react-native-vector-icons` are part of Expo, so they will continue to work. IIRC even importing from `react-native-vector-icons` using the same library name as before should work (even though Expo also...
Yeah, something like that flow, although as a shorter & easier alternative I would provide a shortcut in the pepperoni CLI that takes care of creating a project for you...
I'm currently working on a client project based off of the CRNA branch and it's working fine. The project ends soon-ish (before end of year), and I will cherry pick...
To add to the previous comment, we still need to fix/decide on a few things to make this branch useful for others: - A nice way to patch this over...
Fixed by https://github.com/futurice/pepperoni-app-kit/pull/189
Hi, this sounds unusual. From my experience release builds run way faster than debug builds. What are you doing in your onPress handler, does it affect other components (such as...