diff --git a/App.js b/App.js index 056cbec..3935fa8 100644 --- a/App.js +++ b/App.js @@ -85,11 +85,7 @@ export default class App extends Component { } _onSucc() { - Api.getSplashByStore() - .then(splash => { - Navigation.setRoot(BottomNav.config(splash)); - }) - .catch((err) => console.log(err)) + Navigation.setRoot(BottomNav.config()); } render() {