0.0.1 • Published 5 years ago

react-primitives-core v0.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

react-primitives-core

An alternative to react-primitives that exports some essential components for react-native-web and react-native, using react-universal-xp. Includes text Input and ScrollView components.

LICENSE: MIT LICENSE

Components supported:

  • Input - wrapper for TextInput based on react-primitives-input that ignores the type property supports text input only
  • ScrollView
  • Text
  • Touchable - exports TouchableWithoutFeedback which should be consistent with react-primitives
  • View

Note that it should be no problem to mix and match react-primitives components and react-primitives-core components.