Flávio Costa
Flávio Costa
Hi @hassanrazakhalid, check if node_modules/react-native-form-validator it is installed, after the import => import ValidationComponent from 'react-native-form-validator';
Hi @anteburazer, @perscrew React in version 16.0.0 moved the Prop Type to a separate package. Temporary solution: node_modules/react-native-form-validator/index.js import React, { Component, PropTypes } from 'react'; replace to import React,...
Hi @gregseed, was fixed in PR #8, but not yet generated new release version.
Ok, outputFilename better
Hi @4ian, how to resolve conflict in file index.d.ts ?
@Faolain, I'm waiting for the resolution of conflicts. But it's working correctly. Solve #77 Test directly: "dependencies": { "react-native-image-resizer": "git+https://github.com/fcostaprojects/react-native-image-resizer.git", ..... }
@qqdayan Some error message ?