aksonov / aksonov/react-native-router-flux
UIManager['getConstants'] is no longer supported
- Ngôn ngữ chính
- JavaScript
- Star
- 8.9k
- Fork
- 2.1k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Accessing view manager configs directly off **UIManager via UIManager['getConstants']** is no longer supported. Use **UIManager.getViewManagerConfig('getConstants')** instead.
### Code
```
const RouterComponent = () => {
return (
);
};
export default RouterComponent;
```
I think it has something to do with react-navigation. i saw similar issues on it [here](https://github.com/react-navigation/react-navigation/issues/6217). Help.
### Version
- react-native-router-flux: **4.1.0-beta.8**
- react: v16.8.6
- react-native: v0.60.5
### Expected behaviour
Ideally No Warnings...
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.