Zum Hauptinhalt springen
Echtzeit-Radar & Feeds
Alle RSS Feeds ➔
👥 Community & Social
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Windows Tipps & SecurityGrafikkarte vor Überhitzung schützen: So geht’s(25.09.2026 um 08:00 Uhr)
••••••••••
Intelligence View
⚡ tsecurity.de Intelligence

Create a React Native Project (bun + Expo development built)

If you’ve been building React Native apps using Expo Go, you’ve probably noticed the limitations — especially when you start needing custom native modules or deeper integration. With Bun, a super-fast JavaScript runtime and package manag…

0
↗ Quelle (dev.to)
Reagiere als Erste:r — dein Feedback zählt!

If you’ve been building React Native apps using Expo Go, you’ve probably noticed the limitations — especially when you start needing custom native modules or deeper integration.



With Bun, a super-fast JavaScript runtime and package manager, you can spin up a new React Native project with a full development build (not Expo Go) in minutes.



Let’s walk through it step by step 👇









💡 Why Use Bun?



Bun replaces npm, yarn, and npx — it’s faster, leaner, and comes with everything you need:




  • Ultra-fast dependency installs

  • Built-in TypeScript & JSX support

  • Native support for bunx (a drop-in replacement for npx)

  • Perfect for modern Expo + React Native workflows









🧰 Prerequisites



Before you start, make sure you have:





  • macOS with Xcode installed (for iOS builds)


  • Node.js 18+ (Bun works alongside Node)


  • Watchman (brew install watchman)



Optional but recommended:




brew install cocoapods












⚡ Step 1: Install Bun



Run this in your terminal:




curl -fsSL https://bun.sh/install | bash






Restart your terminal, then verify:




bun -v












🌱 Step 2: Create a New Expo Project with Bun



Let’s use bunx (like npx but faster) to create a new Expo project:




bunx create-expo-app@latest dom-app
cd dom-app






This scaffolds a fresh React Native project with Expo.









🧩 Step 3: Add the Dev Client



The Expo Dev Client lets you run your app on a physical device or simulator without Expo Go — perfect for custom native modules.




bunx expo install expo-dev-client












🏗 Step 4: Prebuild Native Projects



This step generates the native iOS and Android projects (just like running npx expo prebuild).




bunx expo prebuild






Now you’ll see new /ios and /android folders created.









🧑‍💻 Step 5: Run the iOS Development Build



Finally, run your app in development mode:




bunx expo run:ios






This will compile the native iOS app and open it in the simulator. You can now debug using Metro (the local React Native bundler) — no Expo Go required.









🎉 You’re Done!



You’ve just:




  • Created a new React Native project using Bun

  • Set up a custom development client

  • Generated native builds with Expo prebuild

  • Run your project on iOS directly 🎯









🔍 Bonus: Run on Android



If you’re on macOS and have Android Studio set up:




bunx expo run:android












⚙️ Common Commands




























Command Description
bunx expo start Start the Metro bundler
bunx expo run:ios Build & run iOS app
bunx expo run:android Build & run Android app
bunx expo prebuild Rebuild native projects after config changes








🧠 Final Thoughts



Using Bun with Expo Dev Client gives you the best of both worlds:




  • Expo’s developer experience

  • Real native project control

  • Lightning-fast installs & commands



It’s a great setup for indie developers or teams who want speed without sacrificing native flexibility.









✨ TL;DR






curl -fsSL https://bun.sh/install | bash
bunx create-expo-app@latest dom-app
cd dom-app
bunx expo install expo-dev-client
bunx expo prebuild
bunx expo run:ios






Fast. Native. Bun-powered. 🧈

1. Sofort-Triage & Abwehrmaßnahmen

SOC Incident Playbook: Vulnerability Remediation & Verification
Syntax validiert (0 Fehler)
title: Detect Exploitation - Create a React Native Project (bun + Expo development built)
id: 2df772fe-bb5f-4acb-b22f-78cd694089d8
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
  - https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-26
logsource:
  category: network_connection
  product: any
detection:
  selection:
      CommandLine|contains:
        - 'exploit'
  condition: selection
falsepositives:
  - Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
  - attack.initial_access
Syntax validiert (0 Fehler)
rule CTI_Threat_Indicator {
    meta:
        author = "iShareStuff CTI Automated Detection Engine"
        date = "2026-09-26"
        description = "YARA Signature for "
    strings:
        $str = "Create a React Native Project " ascii wide
    condition:
        any of them
}
Syntax validiert (0 Fehler)
index=security sourcetype IN ("cisco:asa", "pan:traffic", "zeek_conn", "suricata", "WinEventLog:Security")
("Create a React Native Project bun  Expo ")
| stats count earliest(_time) as first_seen latest(_time) as last_seen by src_ip, dest_ip, dest_host, signature
| eval first_seen=strftime(first_seen, "%Y-%m-%d %H:%M:%S"), last_seen=strftime(last_seen, "%Y-%m-%d %H:%M:%S")
| sort - count
Syntax validiert (0 Fehler)
message: "*Create a React Native Project bun  Expo *"
Syntax validiert (0 Fehler)
CommonSecurityLog
| where Message has "Create a React Native Project bun  Expo "
| summarize EventCount = count(), FirstSeen = min(TimeGenerated), LastSeen = max(TimeGenerated) by SourceIP, DestinationIP, DestinationPort, Activity
| extend DetectionRule = "iShareStuff-CTI-Compiled"
| sort by EventCount desc

2. Cyber Threat Intelligence & Forensik

🎯
MITRE ATT&CK Matrix Navigator 14 Taktiken
Reconnaissance
-
Resource Development
-
Initial Access
Execution
Persistence
-
Privilege Escalation
Defense Evasion
Credential Access
-
Discovery
-
Lateral Movement
-
Collection
-
Command and Control
Exfiltration
-
Impact
tsecurity.de Cognitive Threat RAG
Fokus-Vektor:

Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich Create a React Native Project (bun + Exp.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.

🛡️ Angriffsfläche & Exposure

Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.

⚡ Empfohlene Sofortmaßnahmen
  • 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
  • 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
  • 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
🔗 Semantisch verwandte Zero-Days MariaDB 11.7 VEC
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Create a React Native Project (bun + Expo development built)

Thematisch verwandte Begriffe: Create, React, Native, Project · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

💬 Kommentare werden geladen…
Zum Aktualisieren ziehen
ZERO-DAY CVE-2026-100620 | Capgo CLI (npm package @capgo/cli) through 7.98.2 is affected by an ove…
Advisory →
tsecurity.de Icon
Offline-Lesen, Eilmeldungen & 0ms Ladezeit

Installiere tsecurity.de direkt auf deinen Home-Bildschirm für das ultimative Vollbild-Magazinerlebnis ohne Browser-Leisten.

Nächster Beitrag