Skip to content

Commit

Permalink
chore: remove oot-platforms package
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Jan 31, 2025
1 parent a59ad5f commit 9254fcc
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 109 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.

2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@
}
]
}
}
}
3 changes: 1 addition & 2 deletions packages/rn-tester/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 0 additions & 4 deletions scripts/build/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ const buildConfig /*: BuildConfig */ = {
emitTypeScriptDefs: true,
target: 'node',
},
'out-of-tree-platforms': {
emitTypeScriptDefs: true,
target: 'node',
},
},
};

Expand Down

0 comments on commit 9254fcc

Please sign in to comment.