0.1.6 • Published 9 months ago

epson-m30-emulator v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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"]
}
0.1.4

9 months ago

0.1.6

9 months ago

0.1.5

9 months ago

0.1.3

12 months ago

0.1.2

1 year ago