question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

native directory not published for react-native

See original GitHub issue

When 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:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
mondaychencommented, Sep 25, 2020

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:

npm install https://github.com/facebookexperimental/Recoil.git#nightly

Or

yarn add https://github.com/facebookexperimental/Recoil.git#nightly
1reaction
haswaltcommented, Sep 19, 2020

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found