epson-m30-emulator
v0.1.9
Published
test
Maintainers
Readme
epson-m30-emulator
Emulate Epson M30 connection with React Native
Installation
npm i epson-m30-emulatoryarn add epson-m30-emulatorAlso install these libraries:
npm i ffmpeg-kit-react-native react-native-background-actions react-native-device-info react-native-fs react-native-network-info react-native-tcp-socket react-native-udpyarn add ffmpeg-kit-react-native react-native-background-actions react-native-device-info react-native-fs react-native-network-info react-native-tcp-socket react-native-udpIf using EAS install this libraries (Cannot work on Expo Go, only EAS):
npm i @config-plugins/ffmpeg-kit-react-native expo-build-propertiesyarn add @config-plugins/ffmpeg-kit-react-native expo-build-propertiesAdd this to app.json:
{
"expo": {
...
},
"plugins": ["@config-plugins/ffmpeg-kit-react-native", "expo-build-properties"]
}