Created
January 13, 2019 20:48
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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