react-native-android-tablayout
react-native-android-tablayout copied to clipboard
React Native Android TabLayout native component
react native 0.36 compileSdkVersion 23 buildToolsVersion "23.0.1" nothing else no errors
`npm WARN [email protected] requires a peer of [email protected] but none was installed.`
When I try install the react-native-android-tablayout package, the current error message appears: **[email protected] requires a peer of [email protected] but none was installed.**
why????
 
You should update your docs to use react-native link, since rnpm is deprecated.
Getting following error in installation node v4.4.6 npm v3.10.3 ``` +-- UNMET PEER DEPENDENCY [email protected] `-- [email protected] npm WARN [email protected] requires a peer of [email protected] but none was installed. ```
A problem occurred configuring project ':app'. > Cannot evaluate module react-native-android-tablayout : Configuration with name 'default' not found. how to fix this?
How can I add fontFamily and fontStyle for Tab text? and how can I add right border on Tab as shown as figure  Thanks in advance.