We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998b658 commit eed65ffCopy full SHA for eed65ff
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-segmented-android",
3
- "version": "1.0.0",
+ "version": "1.0.2",
4
"description": "a high imitation of iOS segmented Controls",
5
"main": "AndroidSegmented.js",
6
"scripts": {
@@ -17,5 +17,8 @@
17
"react-native"
18
],
19
"author": "zzyyppqq",
20
- "license": "ISC"
+ "license": "ISC",
21
+ "peerDependencies": {
22
+ "react-native": "^1.0.1"
23
+ }
24
}
src/main/res/layout/radio_button.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<RadioButton xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="100dp"
+ android:layout_height="50dp"
+ style="@style/RadioButton" />
0 commit comments