Skip to content

Instantly share code, notes, and snippets.

@limaofeng
limaofeng / configs.js
Created January 26, 2019 14:27 — forked from DimitryDushkin/configs.js
React Native 0.57 + Babel 7 + Typescript + Jest
// babel.config.js
module.exports = {
"presets": [
"module:metro-react-native-babel-preset",
],
"plugins": [
["module-resolver", {
"root": ["./src"],
"extensions": [".js", ".ts", ".tsx", ".ios.js", ".android.js"]
}],
@limaofeng
limaofeng / 0_reuse_code.js
Created August 25, 2017 02:33
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console