aksonov / aksonov/react-native-router-flux
Pass props to Drawer
オープン
- 主要言語
- JavaScript
- スター
- 8.9k
- フォーク
- 2.1k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
With react-native-router-flux v4.0.6, can i pass props into drawer so that my drawer is dynamic?
In v3, this worked
```javascript
Actions.refresh({ key: 'drawer', open: true, isNotification: true });
```
With v4, is something like this possible?
Something like
```javascript
Actions.drawerOpen({isNotification: true});
```
コントリビューションガイド
評価
この issue はまだ評価されていません。