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
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.
<PowView
animationType="spray"
size={{ width: 220, height: 40 }}
value={`${value}`}
isSoundOn={true}
style={styles.box}
/>
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT