epson-m30-emulator
v0.1.6
Published
test
Downloads
6
Maintainers
Readme
epson-m30-emulator
Emulate Epson M30 connection with React Native
Installation
npm i epson-m30-emulator
yarn add epson-m30-emulator
Also 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-udp
yarn 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-udp
If using EAS install this libraries (Cannot work on Expo Go, only EAS):
npm i @config-plugins/ffmpeg-kit-react-native expo-build-properties
yarn add @config-plugins/ffmpeg-kit-react-native expo-build-properties
Add this to app.json
:
{
"expo": {
...
},
"plugins": ["@config-plugins/ffmpeg-kit-react-native", "expo-build-properties"]
}