Diego Guevara (@diegoguevaraco) 's Twitter Profile
Diego Guevara

@diegoguevaraco

Frontend React, React Native developer - Node.js FullStack consulting and development - Entrepreneur, Photographer, House music DJ, amateur radio operator

ID: 12684452

linkhttps://diegoguevara.dev calendar_today25-01-2008 14:51:51

2,2K Tweet

93 Followers

239 Following

Expo (@expo) 's Twitter Profile Photo

SDK 52 beta is now available! Try upgrading your app and let us know if you run into any issues! ⏳The beta period will last about two weeks. expo.dev/changelog/2024…

Evan Bacon 🥓 (@baconbrix) 's Twitter Profile Photo

🚀 Expo SDK 52 is now here! ◆ "use dom" ◆ Expo Router v4 ◆ Experimental Tree shaking ◆ React Server Functions beta (more on this soon) ◆ Streaming fetch ◆ New Architecture

Addy Osmani (@addyosmani) 's Twitter Profile Photo

🚀 Announcing Gemini CLI - your open-source AI agent for the terminal. Powered by Gemini 2.5 Pro. What's inside: 🧬 1M token context 🚦 60 req/min, 1K/day 🔐 Secure shell access 🧭 Web-grounded reasoning 🧰 Plugins + MCP 🗂️ Filesystem I/O 🧑‍🔧 Dev loop ready 📦 Open source -

Google AI Developers (@googleaidevs) 's Twitter Profile Photo

Introducing Gemini CLI, a light and powerful open-source AI agent that brings Gemini directly into your terminal. >_ Write code, debug, and automate tasks with Gemini 2.5 Pro with industry-leading high usage limits at no cost.

Expo (@expo) 's Twitter Profile Photo

If you're starting a new Expo project consider these 12 tips: ◆ Use npx create-expo-app ◆ Start with the TypeScript template ◆ Organize code by feature ◆ Use file-based navigation (expo-router) ◆ Commit your app.json/app.config.js ◆ Use .env for secrets ◆ Use a splash

Diego Guevara (@diegoguevaraco) 's Twitter Profile Photo

Building a Cost-Efficient, Offline-Ready Progressive Web App: Lessons from the QSL Generator web app linkedin.com/pulse/building… via LinkedIn

Evan Bacon 🥓 (@baconbrix) 's Twitter Profile Photo

Just updated the @Expo Tailwind template to use Tailwind v4, postcss.config.mjs, and no custom babel config! Simpler config and more resilient build pipeline. → Try it now with: ~ / npx create-expo -e with-router-tailwind

Just updated the @Expo Tailwind template to use Tailwind v4, postcss.config.mjs, and no custom babel config! Simpler config and more resilient build pipeline.

→ Try it now with:
~ / npx create-expo -e with-router-tailwind
Wassim (@wassgha) 's Twitter Profile Photo

I open sourced react-native-zoom-grid: a full reimplementation of the iOS photos zoom effect in pure React Native / Javascript, part of a fun side project I’m working on! Github: github.com/wassgha/react-… Built on Expo / React Native

Evan Bacon 🥓 (@baconbrix) 's Twitter Profile Photo

expo/fetch is ~4.15x faster than React Native’s fetch when using arrayBuffer⚡️ We wrote this for Expo API Routes and React Server Components — you can apply it to any fetch request in your app.

expo/fetch is ~4.15x faster than React Native’s fetch when using arrayBuffer⚡️

We wrote this for Expo API Routes and React Server Components — you can apply it to any fetch request in your app.
Evan Bacon 🥓 (@baconbrix) 's Twitter Profile Photo

Expo Router v7 is now in beta! ◆ <Toolbar /> ◆ <Stack.Toolbar /> ◆ <Link.AppleZoom /> ◆ <Tabs.BottomAccessory /> Try the new UI components today: ~ / bunx create-expo -t default@55

Thomino (@thominodesign) 's Twitter Profile Photo

Native Toolbar from SDK 55. Been lots of fun playing with it. Built as always with Expo nativemoon and React Native Thanks for sharing the Toolbar few days ago Evan Bacon 🥓 Grab the code from my playground: github.com/thomino/expo-p…

Expo (@expo) 's Twitter Profile Photo

Expo SDK 55 is here😅 React Native 0.83. React 19.2. Legacy Architecture dropped. New Architecture is the default. ◆ 75% smaller update downloads with Hermes bytecode diffing ◆ Expo Router v7 🤯 ◆ Brownfield isolation via expo-brownfield ◆ AI tooling: MCP + agent skills

Expo SDK 55 is here😅

React Native 0.83. React 19.2. Legacy Architecture dropped. New Architecture is the default.

◆ 75% smaller update downloads with Hermes bytecode diffing 
◆ Expo Router v7 🤯
◆ Brownfield isolation via expo-brownfield 
◆ AI tooling: MCP + agent skills
Evan Bacon 🥓 (@baconbrix) 's Twitter Profile Photo

Expo Router v7 is here! 🚀 ◆ Native toolbars ◆ Zoom transitions ◆ Data loaders and SSR ◆ Material 3 colors ◆ New error overlay ◆ Split View Controller (beta) The best way to build an app just got a lot better! Try it today: ~ / bun create expo