GeekyAnts / native-base-react-navigation-stack-navigator

126 stars 124 forks source link

Image urls in Sidebar.js are dead and return 404 #6

Closed asedsami closed 6 years ago

mealbarracin10 commented 6 years ago

it seems that repository were removed, but this images was found in this repository https://github.com/GeekyAnts/NativeBase-KitchenSink, for solution error 404 of images replace
https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/react-navigation/img/drawer-cover.png for it https://github.com/GeekyAnts/NativeBase-KitchenSink/blob/master/assets/drawer-cover.png?raw=true and https://github.com/GeekyAnts/NativeBase-KitchenSink/raw/react-navigation/img/logo.png for it https://github.com/GeekyAnts/NativeBase-KitchenSink/blob/master/assets/logo.png?raw=true and it will working

Jasbir23 commented 6 years ago

Rectified in latest commits