6axter82

Results 13 comments of 6axter82

@He1nr1chK I am using react-native-wheel-picker-android the last maintenance is about 6 month ago and I had no any issue with using it: [https://github.com/KalonTech/ReactNativeWheelPicker](https://github.com/KalonTech/ReactNativeWheelPicker)

Platform: Android "react-native": "0.49.3", "react-native-shadow": "^1.2.1" Same problem... Is this module maintained at all? Can the author or contributors respond?

The problem comes from the SVG module. I had a react-native version of 0.43... before and on the github page of SVG project they point to (react-native-svg >= 4.5.0 only...

Any update on this issue?

Ok, peoples, I have managed to resolve the issue. And created the pull request from my fork ( https://github.com/6axter82/react-native-shadow ), the author has to accept the fixes.

For those who are still interested. I used this snippet of code with my modifications described above: ``` import React, { Component } from 'react'; import { Platform, StyleSheet, Text,...

same here, I have got the same problem, splash screen doesn't disappear

@ralcon I have deleted the ios directory in my project with `rm -rf ios`, than `react-native eject`, after `react-native link`. This helped me and now everything is fine.

@tikkichan4 try to do the suggestion from the Nov 30, 2017 above.