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
What's going on? ignite generate screen something create the files somethingScreen in Containers and somethingScreenStyle, however, the import of the style by default is: // Styles import styles from './Styles/somethingStyle' as you can see the file name is different.
I know it's not a big deal to rename the file or the import but this thing not happened to me in Ignite 1
Steps to reproduce
Install fresh installation of Ignite 2.
Run ignite generate screen something
Run react-native run-android
Import Error
ignite doctor results:
The text was updated successfully, but these errors were encountered:
What's going on?
ignite generate screen something
create the filessomethingScreen
in Containers andsomethingScreenStyle
, however, the import of the style by default is:// Styles import styles from './Styles/somethingStyle'
as you can see the file name is different.I know it's not a big deal to rename the file or the import but this thing not happened to me in Ignite 1
Steps to reproduce
ignite generate screen something
react-native run-android
ignite doctor
results:The text was updated successfully, but these errors were encountered: