SyntaxError: C:\GIT\TestProjectNew\src\component\time.js: Unexpected token (17:11) 15 | const time = moment( this.date || moment.now() ).fromNow(); 16 | return ( > 17 | <Text note style={{marginHorizontal:10}}>{time} | ^ 18 | </Text> 19 | ); 20 | } Failed building JavaScript bundle.