cuonghuynhvan / react-native-camera-android-simple

KISS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to update library

DhrubajitPC opened this issue · comments

PropTypes is not part of react anymore.
It needs to be imported from 'prop-types'

i replaced "imports" with theses, in node_modules/ :)
import React, { Component } from 'react';
import { NativeModules, requireNativeComponent, View } from 'react-native';
import PropTypes from 'prop-types';

Thanks for your contribution @squatto .