Skip to content

A bridge for the Pow SwiftUI library to React Native.

License

Notifications You must be signed in to change notification settings

candlefinance/pow

Repository files navigation

Twitter URL npm versionnpm downloads

A bridge for the Pow's SwiftUI library to React Native. There are two animations available, check out the video below to see them in action.

pow-demo.mp4

Installation

yarn add @candlefinance/pow

Add the following to your target's Podfile:

  pod 'Pow', :podspec => 'https://raw.githubusercontent.com/candlefinance/podspecs/main/Pow/Pow.podspec'

Pow is not yet available on CocoaPods, so you'll need to add the above to your Podfile manually.

Usage

<PowView
  animationType="spray"
  size={{ width: 220, height: 40 }}
  value={`${value}`}
  isSoundOn={true}
  style={styles.box}
/>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT