Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove oot-platforms package
Browse files Browse the repository at this point in the history
okwasniewski committed Jan 31, 2025

Verified

This commit was signed with the committer’s verified signature.
casperdcl Casper da Costa-Luis
1 parent a59ad5f commit 3edf8f8
Showing 9 changed files with 1 addition and 108 deletions.
2 changes: 0 additions & 2 deletions packages/out-of-tree-platforms/.gitignore

This file was deleted.

19 changes: 0 additions & 19 deletions packages/out-of-tree-platforms/README.md

This file was deleted.

1 change: 0 additions & 1 deletion packages/out-of-tree-platforms/index.js.flow

This file was deleted.

27 changes: 0 additions & 27 deletions packages/out-of-tree-platforms/package.json

This file was deleted.

43 changes: 0 additions & 43 deletions packages/out-of-tree-platforms/src/getPlatformResolver.js

This file was deleted.

5 changes: 0 additions & 5 deletions packages/out-of-tree-platforms/src/index.flow.js

This file was deleted.

5 changes: 0 additions & 5 deletions packages/out-of-tree-platforms/src/index.js

This file was deleted.

3 changes: 1 addition & 2 deletions packages/rn-tester/package.json
Original file line number Diff line number Diff line change
@@ -31,8 +31,7 @@
"@react-native/popup-menu-android": "0.77.0-main",
"flow-enums-runtime": "^0.0.6",
"invariant": "^2.2.4",
"nullthrows": "^1.1.1",
"@callstack/out-of-tree-platforms": "0.77.0-main"
"nullthrows": "^1.1.1"
},
"peerDependencies": {
"react": "19.0.0",
4 changes: 0 additions & 4 deletions scripts/build/config.js
Original file line number Diff line number Diff line change
@@ -58,10 +58,6 @@ const buildConfig /*: BuildConfig */ = {
emitTypeScriptDefs: true,
target: 'node',
},
'out-of-tree-platforms': {
emitTypeScriptDefs: true,
target: 'node',
},
},
};

0 comments on commit 3edf8f8

Please sign in to comment.