You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
React-native mentioned as a dependency in package.json
A react-native folder inside node_modules
An “android” and an “ios” folder at the top level
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: