From 26ff8f35fac2b525b5e2b790313310f5cffa096f Mon Sep 17 00:00:00 2001 From: Travis Elnicky Date: Fri, 26 Oct 2018 08:35:51 -0600 Subject: [PATCH] Update react native example for prop type check Ran into this error today, and figured it'd be helpful to update the example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2ad1ad..a5da9fe 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ export default class Application extends React.Component { Text rendered elsewhere - + }/> );