Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native app crashing on start

For those who still have a similar issue,
the key is to replace every use of View.propTypes.style with ViewPropTypes.style
(and make sure that you include a : 
import { ViewPropTypes } from 'react-native';
at the top of the file).
Source by github.com #
 
PREVIOUS NEXT
Tagged: #react #native #app #crashing #start
ADD COMMENT
Topic
Name
3+6 =