I cloned FinanceReactNative then followed this guide to add a web build using react-native-web, alongside the android and ios builds.
When I tried to build the web version, many errors like these are printed by web pack
ERROR in ./~/react-native/Libraries/react-native/react-native.js
Module not found: Error: Cannot resolve module 'Clipboard' in /home/chris/software/FinanceReactNative/node_modules/react-native/Libraries/react-native
@ ./~/react-native/Libraries/react-native/react-native.js 81:27-47
ERROR in ./~/react-native/Libraries/react-native/react-native.js
Module not found: Error: Cannot resolve module 'DatePickerAndroid' in /home/chris/software/FinanceReactNative/node_modules/react-native/Libraries/react-native
@ ./~/react-native/Libraries/react-native/react-native.js 82:35-63
Do you think a web build for FinanceReactNative is feasable/desirable? I do not know if a web build is possible. What do you think?
I cloned FinanceReactNative then followed this guide to add a web build using react-native-web, alongside the android and ios builds.
When I tried to build the web version, many errors like these are printed by web pack
Do you think a web build for FinanceReactNative is feasable/desirable? I do not know if a web build is possible. What do you think?