Skip to content

Instantly share code, notes, and snippets.

View israelias's full-sized avatar
🧬
git clone @israelias

J. Elias Sañez israelias

🧬
git clone @israelias
View GitHub Profile
@nandorojo
nandorojo / expo-next-webpack5.md
Last active July 23, 2021 13:25
Expo + Next.js + Webpack 5

Here are my attempts to use webpack 5 with Expo's Next.js integration.

Next v10.2 uses webpack5 by default. However, this breaks @expo/next-adapater.

Relevant PR

In order to test / reproduce this, I added this PR to my Expo + Next.js monorepo starter: nandorojo/expo-next-monorepo#1

HTML Webpack Plugin

@nandorojo
nandorojo / knew.md
Last active March 8, 2025 07:41
What I wish I knew when I started with Expo Web, React Navigation & Next.js

I started using React Native in September 2018. I always forget some things when I build new apps, so I'll keep track of the gotchas on this post.

Some topics, such as navigation, will be fundamental to how I think about apps. Others, will be one-line helpers that make apps work more smoothly.

It's gotten to the point where I find my own answers from 6 months before on certain Github issues.

I'll keep adding over time as I think of more. If anyone thinks these topics would be useful, let me know and I'll elaborate.

I have made libraries to address a number of the topics here, from navigation to design.

@nicolashery
nicolashery / .gitignore
Last active September 17, 2023 16:58
TypeScript React JSDoc
node_modules
dist
@import url(s6/projection.css); /* required to make the slide show run at all */
body { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
a:link, a:visited { color: black; }
.slide h1 { font-size: 30pt; }
.slide h1 { text-align: center; }