react-native-android-tablayout icon indicating copy to clipboard operation
react-native-android-tablayout copied to clipboard

React Native Android TabLayout native component

Results 11 react-native-android-tablayout issues
Sort by recently updated
recently updated
newest added

react native 0.36 compileSdkVersion 23 buildToolsVersion "23.0.1" nothing else no errors

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.**

![image](https://cloud.githubusercontent.com/assets/16203724/14011552/7908bd26-f1da-11e5-8682-d1e740404835.png) ![image](https://cloud.githubusercontent.com/assets/16203724/14011569/88ec8ef2-f1da-11e5-9924-f56987a7ed19.png)

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 ![mockup-5](https://cloud.githubusercontent.com/assets/963765/13698764/fef89b7e-e797-11e5-9bb2-70edf8aeb1b4.jpg) Thanks in advance.