We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, skeleton-kit only supports the web. This ticket is about supporting an implementation that can be used in React Native.
skeleton-kit
What's needed?
Text
I once made a prototype to see how hard it would be to support both from the same implementation using react-native-web for the web part.
react-native-web
Notes on this prototype:
react-native-extended-stylesheet
rem
skeleton-kit/native
styled-components/native
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently,
skeleton-kit
only supports the web. This ticket is about supporting an implementation that can be used in React Native.What's needed?
Text
I once made a prototype to see how hard it would be to support both from the same implementation using
react-native-web
for the web part.Notes on this prototype:
react-native-web
seems a bit heavyweight. At the very least it requires tree shaking in the bundling step.react-native-extended-stylesheet
for web-like things such asrem
units but ran into a blocker for unit testing.react-native-extended-stylesheet
lib requires an awkward initialization stepskeleton-kit/native
usingstyled-components/native
The text was updated successfully, but these errors were encountered: