Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

Releases: prscX/react-native-iconic

V0.0.9

29 Jun 06:01
Compare
Choose a tag to compare
  • Adding iOS auto pod installer

V0.0.8

14 Jun 11:41
Compare
Choose a tag to compare

V0.0.5

12 Jun 08:24
Compare
Choose a tag to compare
  • iOS icon selection hot fixes

V0.0.4

06 May 11:33
Compare
Choose a tag to compare
  • Revamping iOS native implementation
  • Android: Adding support for expand more/less button zagum/Android-ExpandIcon
  • Props: Renaming tintColor & roundBackgroundColor props

V0.0.3

09 Mar 14:34
Compare
Choose a tag to compare

[BREAKING CHANGES]

  • Issue - 2: Removed postinstall script from package.json, now onwards we have to manually install iOS library pods using below command:

cd ./node_modules/react-native-iconic/ios/ && pod install