-
After a long discussion in #741 it seems to me that `src/node_modules` seems like the best solution for absolute imports.
It has the following benefits:
* Doesn't rely on symlinks (they don't wo…
-
I'm working on an app that's primarily objective-c based, but I've been adding RN views for some (simpler) things while using React Native 0.8.0. I noticed an issue today that seems to only occur in e…
-
Microsoft/vscode-python#3274
This has been reported by at least 3 separate people (see the duplicate issue to the one above).
-
I have external module precompiled by webpack in the seperate js, and my project has multiple entry points, I want the `webpack.optimize.CommonsChunkPlugin` extract common chunks between these entry p…
-
Followed directions here:
https://facebook.github.io/react-native/docs/embedded-app-ios.html#content
to get the list-of-movies demo from tutorial working as a tab in our existing iOS App. Good times…
-
### Is this a bug report?
Yes
### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)?
Yes
### Environment
Environmen…
-
This issue is a:
- Bug report
Versions:
node -v
v7.0.0
npm -v
5.8.0
nwb -v
v0.21.5
Which modules are installed in your project?
'--(empty)
I'm going through the "Developing React Com…
-
## Expected Behavior
## Current Behavior
## Possible Solution
## Steps to Reproduce (for bugs)
1.
2.
3.
4.
## Context
## Your Environment
* Version used:
…
-
This issue is a:
- [ ] Bug report
- [ ] Feature request
- [x] Question / support request
- [ ] Other
I wanted to create a react component library and saw that the [docs mention this is possi…
-
The rule `no-extra-parens` currently flags parens around React components spanning multiple lines:
``` js
const component = (
Hello world
)
```
However, [some believe](https://github.com/y…