From 6512b0fa1f48a77322d95f83bc9efc5b259c2cd0 Mon Sep 17 00:00:00 2001 From: AnasMSN <mahasin.anas@gmail.com> Date: Mon, 4 Nov 2019 14:23:16 +0700 Subject: [PATCH] renew readme --- README.md | 5 +++-- package.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 908cd00..ed685b0 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ create the data for the application to render in a list with this kind of format ```javascript const radioDatas = [ { - text: "Promo sudah tidak aktif/sudah habis periodenya", + text: "Liverpool", iconUrl: require("./assets/icons/unactive_promo.png") }, { - text: "Lokasi promo salah", + text: "Manchester United", iconUrl: require("./assets/icons/wrong_location.png") } ] @@ -87,6 +87,7 @@ changeRadioState(item) { | changeRadioState | callback for change the state on other value | + ## React Native OSSD Radio Button TODO List - [x] Create new repository and first commit diff --git a/package.json b/package.json index 7452b2b..f2121c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-ossd-radio-button", - "version": "1.0.4", + "version": "1.1.5", "description": "Customizable React Native Radio Button", "main": "index.js", "scripts": { -- GitLab