infinitered / ignite-bowser

Bowser is now re-integrated into Ignite CLI! Head to https://github.com/infinitered/ignite to check it out.
https://infinite.red/ignite
MIT License
615 stars 140 forks source link

References to boilerplate without Expo when using Expo #370

Closed nonameolsson closed 3 years ago

nonameolsson commented 4 years ago

What's going on? When generating a boilerplate with Expo, some files still contains references to the default boilerplate (without Expo).


Steps to reproduce

  1. ignite new MyApp
  2. Select Expo
  3. Example: run yarn lint. Won't work.
  4. README.md mentions index.js when it should be App.js.

ignite doctor results:

System
  platform           darwin                                                 
  arch               x64                                                    
  cpu                8 cores      Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz 
  directory          bowser       /Users/andreasolsson/Code/bowser          

JavaScript
  node               12.18.2      /Users/andreasolsson/.asdf/installs/nodejs/12.18.2/bin/node 
  npm                6.14.5       /Users/andreasolsson/.asdf/installs/nodejs/12.18.2/bin/npm  
  yarn               1.22.4       /Users/andreasolsson/.yarn/bin/yarn                         

Ignite
  ignite-cli           3.5.2              /Users/andreasolsson/.asdf/installs/nodejs/12.18.2/.npm/bin/ignite     
  ignite src           build              /Users/andreasolsson/.config/yarn/global/node_modules/ignite-cli/build 
  navigation           react-navigation                                                                          
  generators                                                                                                     
                       component          ignite-bowser                                                          
                       model              ignite-bowser                                                          
                       navigator          ignite-bowser                                                          
                       screen             ignite-bowser                                                          
  createdWith          3.5.2                                                                                     
  boilerplate          ignite-bowser                                                                             
  boilerplateVersion   5.3.0                                                                                     

Android
  java               14.0.2       /usr/bin/java 
  android home       -            undefined     

iOS
  xcode              11.6       
  cocoapods          1.9.3        /usr/local/bin/pod 
infinitered-circleci commented 3 years ago

:tada: This issue has been resolved in version 5.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: