renative icon indicating copy to clipboard operation
renative copied to clipboard

Support for react + standard CSS

Open pavjacko opened this issue 5 years ago • 2 comments

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

pavjacko avatar Sep 13 '19 21:09 pavjacko

Would this add support for older Linux device such as Mag250/256, Amino A140/150?

MwareSolutons avatar Oct 07 '19 16:10 MwareSolutons

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.

stale[bot] avatar Dec 06 '19 17:12 stale[bot]