Adel Bruno Grimm

Results 28 comments of Adel Bruno Grimm

Fixed it by giving my Title Component a fix width

fixed it by replacing ``` customAction(opts) { this.customAction(opts); } ``` with ``` customAction(opts) { this.props.customAction(opts); } ```

In the main index of this module: yourProject/node_module/react-native-simple-router/index.js @ line 238 Other option is to get the following commit/fork: ``` npm i -save git+https://github.com/react-native-simple-router-community/react-native-simple-router.git#8f5ef30a093ad24f77903fa54f140260f7689798 ```

Well my project is also running on 29.2. I will submit a PR with my newest fix in the next ten minutes

try removing the module by hand, then run npm cache clean and than install it again and start the packager.

My bad, it breaks as soon as i try to use customAction, but i fixed it, i will submit a PR

i got it fixed and submitted a PR, should work now @michelantonides and @sethx