aksonov / aksonov/react-native-router-flux
Actions.path() not working on componentWillMount nor OnEnter prop
オープン
question
- 主要言語
- JavaScript
- スター
- 8.9k
- フォーク
- 2.1k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
When I gave a delay of 100ms it work in both the cases, but I don't want to render that screen :-1:
```
onEnter={() => {
var user = UserService.findAll();
if (user.length > 0) {
console.log(" here it comes"); //its visible
Actions.homeScreen(); // its not redirecting
}
}}
```
コントリビューションガイド
評価
この issue はまだ評価されていません。