Skip to content

Instantly share code, notes, and snippets.

View AlanChou0414's full-sized avatar
🚀
keep growing up

AlanChou AlanChou0414

🚀
keep growing up
  • Taiwan
View GitHub Profile
@codeSTACKr
codeSTACKr / mongodb_cheat_sheet_2022.md
Created January 10, 2022 22:54
MongoDB Cheat Sheet 2022
@ChronSyn
ChronSyn / babel.config.js
Last active May 20, 2024 04:01
Expo - Alias path example
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: [
["@babel/plugin-transform-flow-strip-types"],
["@babel/plugin-proposal-decorators", { "legacy": true }],
["@babel/plugin-proposal-class-properties", { "loose": true }],
["module-resolver", {
"alias": {