1.0.1 • Published 3 years ago

react-native-easy-state-view v1.0.1

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years ago

Battle Tested ✅

Fully customizable State View with plug & play usage for React Native.

npm version npm Platform - Android and iOS License: MIT

Version 1.0.0 🥳

Version 1.0.0 is finally here after thousands of downloads and usage of this library 😎 I wonder that what you're going to build with this library. I will share your awesome product on here

Installation

Add the dependency:

npm i react-native-easy-state-view

Peer Dependencies

IMPORTANT! You need install them
"@freakycoder/react-native-bounceable": ">= 0.2.4"

Basic Usage

<StateView
  enableButton
  buttonText="Refresh"
  title="No Content"
  description="Etiam porta sem malesuada magna mollis euismod. Sed posuere consectetur est at lobortis."
  onPress={() => {}}
/>

Example Application

  • I shared the example project to check what it is: check the code, and yes! :) all of the images, screenshots are directly taken from this example. Of course, you can simply clone the project and run the example on your own environment.

Configuration - Props

PropertyTypeDefaultDescription
stylestyledefaultcustomize/override the default style of the main state view
titlestringundefinedchange the title
titleStylestyledefaultuse this to change title's style
onPressfunctionundefineduse this to handle the press the button
descriptionstringundefineduse this to change description's style
descriptionStylestyledefaultuse this to change description's style
isCenterbooleanfalseuse this to center the StateView's content
imageStylestyledefaultuse this to change own image style
imageSourceimageCutie Snow Globe Imageuse this to set own image source
enableButtonbooleanfalseset the enableButton to use the button
buttonComponentcomponentRNBounceableuse this to implement own button
buttonContainerStylestyledefaultuse this to implement own style for button container
buttonTextStylestyledefaultuse this to implement own style for button's text style
buttonTextstring"Let's Go!"use this to set button's text
shadowStylestyle_shadowStyleuse this to set own shadow style

Credits

Thanks for Kaylylai for these awesome illustrations :O I love her work a lot! Here is the Kaylylai's Dribbble portfolio : Kaylylai's Dribble

Author

FreakyCoder, kurayogun@gmail.com

License

React Native Easy State View Library is available under the MIT license. See the LICENSE file for more info.

1.0.1

3 years ago

1.0.0

3 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago