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
The split-platform-components rule only parses the components on destructuring assignments taken from the React variable.
One common practice is to import the components directly from react-native:
importReactfrom'react'import{ActivityIndicatiorIOS}from'react-native'// Import pattern not detectedexportdefaultfunctionHello(){return<ActivityIndicatiorIOS/>}