Skip to content

Commit

Permalink
Remove paper and fabric apps in favor of RNTA
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Dec 21, 2024
1 parent 5498d0a commit 0579737
Show file tree
Hide file tree
Showing 364 changed files with 74 additions and 6,912 deletions.
3 changes: 3 additions & 0 deletions apps/example/babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
presets: ['module:@react-native/babel-preset'],
plugins: [
'react-native-reanimated/plugin',
]
};
6 changes: 3 additions & 3 deletions apps/example/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/**
* @format
*/
import { AppRegistry } from "react-native";

import {AppRegistry} from 'react-native';
import App from './App';
import {name as appName} from './app.json';
import App from "./src/App";
import { name as appName } from "./app.json";

AppRegistry.registerComponent(appName, () => App);
42 changes: 40 additions & 2 deletions apps/paper/ios/Podfile.lock → apps/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,32 @@ PODS:
- React-logger (= 0.75.2)
- React-perflogger (= 0.75.2)
- React-utils (= 0.75.2)
- ReactNativeHost (0.5.0):
- DoubleConversion
- glog
- hermes-engine
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Core
- React-cxxreact
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-ImageManager
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
- React-utils
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- ReactTestApp-DevSupport (4.0.2):
- React-Core
- React-jsi
- ReactTestApp-Resources (1.0.0-dev)
- RNGestureHandler (2.18.1):
- DoubleConversion
- glog
Expand Down Expand Up @@ -1745,6 +1771,9 @@ DEPENDENCIES:
- React-utils (from `../../../node_modules/react-native/ReactCommon/react/utils`)
- ReactCodegen (from `build/generated/ios`)
- ReactCommon/turbomodule/core (from `../../../node_modules/react-native/ReactCommon`)
- "ReactNativeHost (from `../../../node_modules/@rnx-kit/react-native-host`)"
- ReactTestApp-DevSupport (from `../../../node_modules/react-native-test-app`)
- ReactTestApp-Resources (from `..`)
- RNGestureHandler (from `../../../node_modules/react-native-gesture-handler`)
- RNReanimated (from `../../../node_modules/react-native-reanimated`)
- RNScreens (from `../../../node_modules/react-native-screens`)
Expand Down Expand Up @@ -1887,6 +1916,12 @@ EXTERNAL SOURCES:
:path: build/generated/ios
ReactCommon:
:path: "../../../node_modules/react-native/ReactCommon"
ReactNativeHost:
:path: "../../../node_modules/@rnx-kit/react-native-host"
ReactTestApp-DevSupport:
:path: "../../../node_modules/react-native-test-app"
ReactTestApp-Resources:
:path: ".."
RNGestureHandler:
:path: "../../../node_modules/react-native-gesture-handler"
RNReanimated:
Expand Down Expand Up @@ -1964,13 +1999,16 @@ SPEC CHECKSUMS:
React-utils: 81a715d9c0a2a49047e77a86f3a2247408540deb
ReactCodegen: 4c29be59257644159393c3996669167e0d3f19a5
ReactCommon: 6ef348087d250257c44c0204461c03f036650e9b
ReactNativeHost: c66372f767ef829c03a9b5ba0e3355db51c2902d
ReactTestApp-DevSupport: ce66fc1bbcf598d7e90616db390a0274c13e14e7
ReactTestApp-Resources: 1bd9ff10e4c24f2ad87101a32023721ae923bccf
RNGestureHandler: 939f21fabf5d45a725c0bf175eb819dd25cf2e70
RNReanimated: 190c12cb20dfa828353e99775beaa1bdf36e7ed9
RNScreens: 19719a9c326e925498ac3b2d35c4e50fe87afc06
RNSVG: 5da7a24f31968ec74f0b091e3440080f347e279b
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
Yoga: 2a45d7e59592db061217551fd3bbe2dd993817ae
Yoga: a1d7895431387402a674fd0d1c04ec85e87909b8

PODFILE CHECKSUM: debc09f5cfcbea21f946ca0be3faa5351e907125
PODFILE CHECKSUM: 2acedb305e0feee568cf99a4837fe24f3fc79f46

COCOAPODS: 1.15.2
16 changes: 15 additions & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,23 @@
},
"dependencies": {
"@callstack/react-native-visionos": "^0.75.0",
"@react-native-community/slider": "^4.5.2",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/elements": "^1.3.31",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.10.0",
"@shopify/react-native-skia": "workspace:*",
"@testing-library/react-native": "^12.6.1",
"react": "18.3.1",
"react-native": "0.75.2",
"react-native-macos": "^0.75.0"
"react-native-gesture-handler": "^2.18.1",
"react-native-macos": "^0.75.0",
"react-native-reanimated": "^3.15.1",
"react-native-safe-area-context": "^4.10.9",
"react-native-screens": "^3.34.0",
"react-native-svg": "^15.6.0",
"react-native-wgpu": "0.1.19",
"typescript": "^5.2.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions apps/fabric/.bundle/config

This file was deleted.

24 changes: 0 additions & 24 deletions apps/fabric/.eslintrc

This file was deleted.

73 changes: 0 additions & 73 deletions apps/fabric/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion apps/fabric/.watchmanconfig

This file was deleted.

9 changes: 0 additions & 9 deletions apps/fabric/Gemfile

This file was deleted.

79 changes: 0 additions & 79 deletions apps/fabric/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions apps/fabric/__tests__/App.test.tsx

This file was deleted.

Loading

0 comments on commit 0579737

Please sign in to comment.