GeekyAnts/vue-native-core

Allow the user to import only required React Native components, and provide a utility to import and register all components.

Open

#219 opened on Nov 14, 2019

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (324 forks)batch import
good first issue

Repository metrics

Stars
 (8,333 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I got warnings like below, it looks like all components from react-native had been imported by default, so can I set that as empty or just view and text, and I will import the others when I need them.

Thanks.

2019-11-14_231809

Contributor guide