Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "ReactNative/Example-Apps/VegaOS/vega-sports-app"]
path = ReactNative/Example-Apps/VegaOS/vega-sports-app
url = https://github.com/AmazonAppDev/vega-sports-app.git
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"enabledPlugins": {
"expo@claude-plugins-official": true
}
}
47 changes: 47 additions & 0 deletions ReactNative/Example-Apps/Expo/StickerSmash/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Learn more https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files

# dependencies
node_modules/

# Expo
.expo/
dist/
web-build/
expo-env.d.ts

# Native
.kotlin/
*.orig.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision

# Metro
.metro-health-check*

# debug
npm-debug.*
yarn-debug.*
yarn-error.*

# macOS
.DS_Store
*.pem

# local env files
.env*.local

# typescript
*.tsbuildinfo

app-example

# generated native folders
/ios
/android

# EAS local build artifacts
build.apk
build.tar.gz
78 changes: 78 additions & 0 deletions ReactNative/Example-Apps/Expo/StickerSmash/.jscramblerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"keys": {
"accessKey": "",
"secretKey": ""
},
"applicationId": "",
"jscramblerVersion": "8.6",
"mode": "manual",
"areSubscribersOrdered": false,
"useRecommendedOrder": true,
"tolerateMinification": true,
"profilingDataMode": "off",
"useAppClassification": false,
"browsers": {},
"sourceMaps": false,
"params": [
{
"name": "identifiersRenaming"
},
{
"name": "objectPropertiesSparsing"
},
{
"name": "dotToBracketNotation",
"options": {
"mode": "LOOP_INVARIANT"
}
},
{
"name": "duplicateLiteralsRemoval",
"options": {
"options": [
"localOnly"
],
"mode": [
"optimization"
]
}
},
{
"name": "variableGrouping"
},
{
"name": "stringConcealing",
"options": {
"freq": 1,
"max": -1
}
},
{
"name": "regexObfuscation"
},
{
"name": "antiDebugging",
"options": {
"countermeasures": {
"breakApplication": true
},
"maxTargetsPerFunction": 2
}
},
{
"name": "antiTampering",
"options": {
"maxTargetsPerFunction": 2,
"validatedRange": -1,
"countermeasures": {
"breakApplication": true
}
}
},
{
"name": "whitespaceRemoval"
}
],
"protocol": "https",
"host": "api4.jscrambler.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "recommendations": ["expo.vscode-expo-tools"] }
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit",
"source.sortMembers": "explicit"
}
}
3 changes: 3 additions & 0 deletions ReactNative/Example-Apps/Expo/StickerSmash/AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Expo HAS CHANGED

Read the exact versioned docs at https://docs.expo.dev/versions/v54.0.0/ before writing any code.
1 change: 1 addition & 0 deletions ReactNative/Example-Apps/Expo/StickerSmash/CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@AGENTS.md
50 changes: 50 additions & 0 deletions ReactNative/Example-Apps/Expo/StickerSmash/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Welcome to your Expo app 👋

This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).

## Get started

1. Install dependencies

```bash
npm install
```

2. Start the app

```bash
npx expo start
```

In the output, you'll find options to open the app in a

- [development build](https://docs.expo.dev/develop/development-builds/introduction/)
- [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
- [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)
- [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo

You can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).

## Get a fresh project

When you're ready, run:

```bash
npm run reset-project
```

This command will move the starter code to the **app-example** directory and create a blank **app** directory where you can start developing.

## Learn more

To learn more about developing your project with Expo, look at the following resources:

- [Expo documentation](https://docs.expo.dev/): Learn fundamentals, or go into advanced topics with our [guides](https://docs.expo.dev/guides).
- [Learn Expo tutorial](https://docs.expo.dev/tutorial/introduction/): Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.

## Join the community

Join our community of developers creating universal apps.

- [Expo on GitHub](https://github.com/expo/expo): View our open source platform and contribute.
- [Discord community](https://chat.expo.dev): Chat with Expo users and ask questions.
56 changes: 56 additions & 0 deletions ReactNative/Example-Apps/Expo/StickerSmash/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"expo": {
"name": "StickerSmash",
"slug": "StickerSmash",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "stickersmash",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"ios": {
"supportsTablet": true,
"bundleIdentifier": "BUNDLE_IDENTIFIER"
},
"android": {
"package": "PACKAGE_NAME",
"adaptiveIcon": {
"backgroundColor": "#E6F4FE",
"foregroundImage": "./assets/images/android-icon-foreground.png",
"backgroundImage": "./assets/images/android-icon-background.png",
"monochromeImage": "./assets/images/android-icon-monochrome.png"
},
"edgeToEdgeEnabled": true,
"predictiveBackGestureEnabled": false
},
"web": {
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router",
[
"expo-splash-screen",
{
"image": "./assets/images/splash-icon.png",
"imageWidth": 200,
"resizeMode": "contain",
"backgroundColor": "#ffffff",
"dark": {
"backgroundColor": "#000000"
}
}
]
],
"experiments": {
"typedRoutes": true,
"reactCompiler": true
},
"extra": {
"router": {},
"eas": {
"projectId": "PROJECT_ID"
}
}
}
}
35 changes: 35 additions & 0 deletions ReactNative/Example-Apps/Expo/StickerSmash/app/(tabs)/_layout.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
import { Tabs } from 'expo-router';
import React from 'react';

import { HapticTab } from '@/components/haptic-tab';
import { IconSymbol } from '@/components/ui/icon-symbol';
import { Colors } from '@/constants/theme';
import { useColorScheme } from '@/hooks/use-color-scheme';

export default function TabLayout() {
const colorScheme = useColorScheme();

return (
<Tabs
screenOptions={{
tabBarActiveTintColor: Colors[colorScheme ?? 'light'].tint,
headerShown: false,
tabBarButton: HapticTab,
}}>
<Tabs.Screen
name="index"
options={{
title: 'Home',
tabBarIcon: ({ color }) => <IconSymbol size={28} name="house.fill" color={color} />,
}}
/>
<Tabs.Screen
name="explore"
options={{
title: 'Explore',
tabBarIcon: ({ color }) => <IconSymbol size={28} name="paperplane.fill" color={color} />,
}}
/>
</Tabs>
);
}
Loading