MCPcopy Index your code
hub / github.com/candlefinance/pow

github.com/candlefinance/pow @v0.2.9

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.2.9 ↗ · + Follow
26 symbols 43 edges 18 files 4 documented · 15%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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.

Watch the video

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

Core symbols most depended-on inside this repo

getMainComponentName
called by 1
example/android/app/src/main/java/com/powexample/MainActivity.java
getReactNativeHost
called by 1
example/android/app/src/main/java/com/powexample/MainApplication.java
initializeFlipper
called by 1
example/android/app/src/debug/java/com/powexample/ReactNativeFlipper.java
initializeFlipper
called by 0
example/android/app/src/release/java/com/powexample/ReactNativeFlipper.java
createReactActivityDelegate
called by 0
example/android/app/src/main/java/com/powexample/MainActivity.java
getUseDeveloperSupport
called by 0
example/android/app/src/main/java/com/powexample/MainApplication.java
getPackages
called by 0
example/android/app/src/main/java/com/powexample/MainApplication.java
getJSMainModuleName
called by 0
example/android/app/src/main/java/com/powexample/MainApplication.java

Shape

Method 19
Class 6
Function 1

Languages

Java69%
Kotlin27%
TypeScript4%

Modules by API surface

example/android/app/src/main/java/com/powexample/MainApplication.java8 symbols
example/android/app/src/debug/java/com/powexample/ReactNativeFlipper.java5 symbols
android/src/main/java/com/candlefinance/pow/PowViewManager.kt4 symbols
example/android/app/src/main/java/com/powexample/MainActivity.java3 symbols
android/src/main/java/com/candlefinance/pow/PowPackage.kt3 symbols
example/android/app/src/release/java/com/powexample/ReactNativeFlipper.java2 symbols
example/src/App.tsx1 symbols

For agents

$ claude mcp add pow \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page