Skip to content

Commit

Permalink
Init fresh Expo 48 project (#70)
Browse files Browse the repository at this point in the history
* readme

* Delete everything lol

* npx create-expo-app --template

* re-add license

* axe pkg lock

* yarn.lock

* Add pic to readme

* ampersand

* app.json

* revert EAS slug to arc

* eas build:configure

* basic build scripts

* pkg json name and version
  • Loading branch information
Christopher David authored Apr 4, 2023
1 parent e3e3f72 commit b143fff
Show file tree
Hide file tree
Showing 216 changed files with 8,962 additions and 26,987 deletions.
8 changes: 0 additions & 8 deletions .env.example

This file was deleted.

117 changes: 2 additions & 115 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
apps/nextjs/.tamagui/
apps/nextjs/.tamagui/*

# Node.js
node_modules/
constants/secrets.ts
.yarn/cache
google-services.json
.expo/
dist/
npm-debug.*
Expand All @@ -20,111 +13,5 @@ web-build/
# macOS
.DS_Store

# Expo
.expo/
web-build/
dist/

# @generated expo-cli sync-e7dcf75f4e856f7b6f3239b3f3a7dd614ee755a8
# The following patterns were generated by expo-cli

# OSX
#
.DS_Store

# Xcode
#
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate
project.xcworkspace

# Android/IntelliJ
#
build/
.idea
.gradle
local.properties
*.iml
*.hprof

# BUCK
buck-out/
\.buckd/
*.keystore
!debug.keystore

# Bundle artifacts
*.jsbundle

# CocoaPods
/ios/Pods/

# @end expo-cli

# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# Environment
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# Next.js
.next/
*/nextjs/out/
/out/

# Tamagui
.tamagui/*

# Production
/build

# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# Vercel
.vercel

# TypeScript
*.tsbuildinfo

# Operating system
THUMBS_DB
thumbs.db

# IntelliJ
.idea
.gradle

# Turbo
.turbo/*

# SQLite
*.sqlite

turbo-build.log
# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*
10 changes: 0 additions & 10 deletions .prettierrc

This file was deleted.

Binary file removed .yarn/install-state.gz
Binary file not shown.
9 changes: 0 additions & 9 deletions .yarn/plugins/@yarnpkg/plugin-after-install.cjs

This file was deleted.

823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

21 changes: 0 additions & 21 deletions .yarnrc.yml

This file was deleted.

141 changes: 0 additions & 141 deletions README-CUA.md

This file was deleted.

17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Arc
# Arcade

A cross-platform [Nostr](https://github.com/nostr-protocol/nostr) chat app, currently in alpha.
A [Nostr](https://github.com/nostr-protocol/nostr) chat app for Android & iOS.

We use [React Native](https://reactnative.dev/), [Expo](https://expo.dev/), and [Tauri](https://tauri.app/) to target mobile, web, and desktop with one codebase.
![arcadeskyline](https://user-images.githubusercontent.com/14167547/229741634-735d487a-ab88-4061-aa75-d27e7b432f43.jpeg)

Follow [@TheArcApp on Twitter](https://twitter.com/TheArcApp) for updates.
## Status

| | | |
| :---------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------: |
| <img width="700" alt="login" src="https://user-images.githubusercontent.com/14167547/210706813-2eccfe72-3d7f-4965-9516-d0f3436d8672.png"> | <img width="700" alt="nostrcn" src="https://user-images.githubusercontent.com/14167547/210685699-f9358d4b-1218-4041-8500-41b541dbb911.png"> | <img width="700" alt="profile" src="https://user-images.githubusercontent.com/14167547/210916398-663c44af-7a42-470a-8151-c86320e1279f.png"> |

![alt text](/docs/crossplatformzaps.png)
- We are rebranding from Arc to Arcade.
- We are doing a major refactor for our first MVP beta build v0.1.0. Main branch will be under heavy development.
- Our latest build [v0.0.5-alpha](https://github.com/ArcadeLabsInc/arcade/releases/tag/v0.0.5-alpha) can be downloaded via TestFlight (iOS) or APK (Android).
- You can run v0.0.5 locally using [this branch](https://github.com/ArcadeLabsInc/arcade/tree/3e4e7efa9bacca60f4932607c22e1aaa0a7dba63).
44 changes: 44 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"expo": {
"name": "Arcade",
"slug": "arc",
"version": "0.1.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "arcade",
"userInterfaceStyle": "dark",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"bundleIdentifier": "arcade.labs.arc",
"buildNumber": "1",
"config": {
"usesNonExemptEncryption": false
},
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "arcade.labs.arc",
"versionCode": 20
},
"extra": {
"eas": {
"projectId": "4d0739d3-08f0-42a8-a886-2d89327949a1"
}
},
"web": {
"bundler": "metro",
"favicon": "./assets/images/favicon.png"
}
}
}
Loading

0 comments on commit b143fff

Please sign in to comment.