native directory not published for react-native
See original GitHub issueWhen I installed the newly published 0.0.13 it looks like the native/recoil.js
is not created, and it also does not have the react-native
entry in package.json
perhaps this due to some publishing issue?
I assumed this had to be due to some npm configuration but I didn’t see anything obvious like an .npmignore, and the files seems to include the native directory.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
React Native iOS and Android folders not present
Basically, when creating the project with npm, I get some starting files (App.js etc.) and a node_modules folder. I've got it up and...
Read more >Importing files outside main directory · Issue #232 - GitHub
Currently, if I import a file outside the root directory of my generated app (outside where App.js is located), I get an e......
Read more >React and React Native Directories Management - Belighted
In our projects we use webpack as a bundler for javascript. But the problem is that the directory path is relative, not absolute....
Read more >Customizing the project structure | React Made Native Easy
Begin customizing the project. Let's begin by creating a directory named app in the project folder. The app folder will have all our...
Read more >Using Libraries - React Native
This guide introduces React Native developers to finding, installing, and using third-party libraries in their apps.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi everyone! FYI we’ve published a “nightly build” branch for testing purposes. If you want to try out recoil with react native before we release next version, try install the
nightly
branch with the “install git branch” feature of npm/yarn:Or
I’m not sure if 0.0.13 that was built is valid, I.e. was it built with the react-native changes in at all?