Charles Silva
Charles Silva
I was trying to use reactotron as ts file, and I have done this structure: ```javascript import Reactotron from 'reactotron-react-js'; import { reactotronRedux } from 'reactotron-redux'; import reactotronSaga from 'reactotron-redux-saga';...
I am having an issue using Factory girl with Jest. When I create a factory, like this one: `const person = await factory.create('Person');` Inside a test, I get the following...
I get this error when trying to launch it: ``` The java installation you have is not up to date requires at least version 1.6+, you have version 12.0.1 Please...