Toni Vujevic

Results 5 comments of Toni Vujevic

For some reason it installs older version (0.12.0) of react-native-material-textfield that uses old lifecycle methods even though i have never version (0.16.1) used as a project dependency that does not...

also this lib uses: `componentWillReceiveProps({ value }) { if (value !== this.props.value) { this.setState({ value }); } },` that should be changed to componentDidUpdate

I can report the similar issue on "redux-form": "^8.2.5" if you have, for example a phone number: (234) 555-9001 when you want to edit 234 (for example type it again...

@chirag04 would you please consider merging this PR from @whitelionV ? I also need this introductory price info in my RN project