Skip to content

Instantly share code, notes, and snippets.

@ryoldash
Created January 13, 2019 20:48
Show Gist options
  • Select an option

  • Save ryoldash/c63af827597d1fdc03f794da3f1f375a to your computer and use it in GitHub Desktop.

Select an option

Save ryoldash/c63af827597d1fdc03f794da3f1f375a to your computer and use it in GitHub Desktop.
How to use Mobx, Typescript, Native Base, mocking REST APIs with JSON Server and Faker.JS in React Native
module.exports = {
getTransformModulePath() {
return require.resolve("react-native-typescript-transformer");
},
getSourceExts() {
return ["ts", "tsx"];
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment