re-natal icon indicating copy to clipboard operation
re-natal copied to clipboard

Bootstrap ClojureScript React Native apps

Results 60 re-natal issues
Sort by recently updated
recently updated
newest added

when i using the command line re-natal in the win7 cmd.exe,the initial project android target always the 23,how should i change this and from where

If you follow the sequence of example steps for setting up an app, it will fail at the packaging point. ``` $ re-natal init FutureApp Creating FutureApp ☕ Grab a...

If you use Figwheel 0.5.15 or later, then device connectivity (at least to iOS fails). To repro: `re-natal init FutureApp` and then revise the `project.clj` to use Figwheel 0.5.15 (or...

I had some trouble with RN 0.57.5, got the following error: `Can't find variable a`. After looking around I solved it by patching the metro bundler in node_modules: ## `metro/src/JSTransformer/worker.js`...

With the next release of ClojureScript, the default of `:npm-deps` will change from `true` to `false`. A consequence is that Reagent-based apps will exhibit an issue if users upgrade to...

``` Metro Bundler ready. Loading dependency graph, done. BUNDLE [android, dev] ./index.android.js ░░░░░░░░░░░░░░░░ 0.0% (0/1) ``` I have done nothing but what is in readme. ``` sudo yarn global add...

This project is fantastic! Thanks for all the work on it. I had a hell of a time getting it all setup in CI. It took 8 days to get...

For production builds, this `.babelrc` seems to speed up the bundling step significantly: ``` {"presets": ["react-native"], "ignore": ["index.ios.js", "index.android.js"]} ``` Actually without this modification, the bundler OOMs on our index.ios.js....

Hi, I wanted to create two main files, and therefore two builds, per environment and platform. One that have mocked http requests and one that performs real http requests. This...

Hey Artūr, this is not really a re-natal problem (AFAIK), but I would like to post it here hoping that someone would give some feedback to it to see if...