mirror of
https://github.com/ARMSX2/ARMSX1.git
synced 2026-08-24 16:53:35 -07:00
- Added Podfile for iOS dependencies and configuration. - Created ARMSXModule for native module integration with React Native. - Implemented loadEmu method in ARMSXModule to start the emulator. - Configured Metro bundler for project structure. - Developed main App component with UI for emulator actions. - Added app.json for project metadata. - Registered main application component in index.js. - Defined package.json with project dependencies and scripts for running the app.
4 lines
77 B
JavaScript
4 lines
77 B
JavaScript
module.exports = {
|
|
presets: ['module:metro-react-native-babel-preset'],
|
|
};
|