Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add React Native workspace detection #2404

Closed
susanshi opened this issue Jan 27, 2016 · 0 comments
Closed

Add React Native workspace detection #2404

susanshi opened this issue Jan 27, 2016 · 0 comments
Assignees

Comments

@susanshi
Copy link

A typical react native project will have the following characteristics, in the order of how accurately it indicates that this is a react-native project.

  1. React-native mentioned as a dependency in package.json
  2. A react-native folder inside node_modules
  3. An “android” and an “ios” folder at the top level
  4. Usually an index.android.js and index.ios.js at top level

Due to performance and privacy restrictions, we understand only #3 and #4 can be implemented.
Please report workspace as ReactNative if 3 AND 4 is met.

@sofianhn sofianhn self-assigned this Jan 27, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants