Closed
Description
I am trying to run simple test case in TypeScript project but I am getting
> mocha
/myApp/node_modules/react-native-testing-library/src/index.js:2
import render from './render';
^^^^^^
SyntaxError: Unexpected token import
This means that you guys are publishing the project code in ES6 even though node_modules should be released as ES5.
Could you compile the library code to ES5 and republish that :)