renative
renative copied to clipboard
Support for react + standard CSS
Allow option to build parts of UI targeting web based platforms in pure React with standard CSS file support
Motivation: While react-native-web is great in abstracting react native UI/APIs for more advanced projects it might be necessary to allow developers to build highly optimised UI for web based platforms without necessary traspilation overhead
Example:
MyComponent/
/index.js => all platforms
/index.web.js => web specific
/index.web.css => standard css file
Would this add support for older Linux device such as Mag250/256, Amino A140/150?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.