GithubHelp home page GithubHelp logo

linecode / react-native-siri-wave-view Goto Github PK

View Code? Open in Web Editor NEW

This project forked from prscx/react-native-siri-wave-view

0.0 2.0 0.0 4.43 MB

React Native: Native Siri Wave View

License: Apache License 2.0

JavaScript 14.30% Python 5.46% Java 38.31% Objective-C 38.90% Ruby 3.03%

react-native-siri-wave-view's Introduction

PRs Welcome

React Native: Native Siri Wave View

This library is a React Native bridge around native libraries providing Siri Wave implementation

Getting started

  • $ npm install react-native-siri-wave-view --save

  • $ react-native link react-native-siri-wave-view

Android

  • Please add react-native-siri-wave-view & siriwaveview module in your app by adding below snippet in your app settings.gradle. If it already exisit please ignore:
include ':react-native-siri-wave-view'
project(':react-native-siri-wave-view').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-siri-wave-view/android')

include ':siriwaveview'
project(':siriwaveview').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-siri-wave-view/android/SIRIWaveView/siriwaveview')
  • Add below :react-native-siri-wave-view & :siriwaveview in your app build.gradle depenencies:
dependencies {
    compile project(':siriwaveview')
    compile project(':react-native-siri-wave-view')
    compile fileTree(dir: "libs", include: ["*.jar"])
}

  • Please add below snippet in your app build.gradle file
buildscript {
    repositories {
        jcenter()
        maven { url "https://maven.google.com" }
        ...
    }
}

allprojects {
    repositories {
        mavenLocal()
        jcenter()
        maven { url "https://maven.google.com" }
        ...
    }
}
  • Please make sure your Android SDK > 27 and above

Note: If you encounter ISSUE - 2, Please replace import com.alex.siriwaveview.RNSiriWaveViewPackage; with import ui.siriwave.RNSiriWaveViewPackage; in your app Android MainApplication.java class

iOS

  • Please run below command in order to install cocoapods required by the library:

cd ./node_modules/react-native-siri-wave-view/ios/ && pod install

Usage

import RNSiriWaveView from 'react-native-siri-wave-view';

<RNSiriWaveView type={0} width={400} height={200} startAnimation={this.state.startAnimation} stopAnimation={this.state.stopAnimation} />

Props

  • Generic Props
Prop Type Default Note
width number 200 Width of Siri Wave View
height number 100 Height of Siri Wave View
type number 0 Specify type of wave you need. Default: 0, SiriWave9: 1
numberOfWaves number 5 Number of waves you want in the view
backgroundColor string #FFFFFF Background Color of Siri Wave View
waveColor string #000000 Color of Siri Waves
primaryWaveLineWidth string iOS: 3, Android: 50 Width of primary wave
amplitude number 0.5 Amplitude of Waves
frequency number 1.5 Frequency of Waves
amplitude number 0.01 Amplitude of Waves
startAnimation bool false To Start the wave animation
stopAnimation bool false To Stop the ongoing wave animation
  • iOS Props
Prop Type Default Note
secondaryWaveLineWidth string 1 Width of secondary wave
density number 5 Density of Waves
phaseShift number -0.15 Width of secondary wave
  • Siri Wave 9 Props
Prop Type Default Note
intensity number 0.3 Specify intensity of wave
colors array ["#2085fc", "#5efca9", "#fd4767"] Specify colors of siri wave 9 colors

Credit

Contribution

Contributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given.

License

Copyright @ Pranav Raj Singh Chauhan

RNSiriWaveView is provided under the Apache 2 License.

react-native-siri-wave-view's People

Contributors

prscx avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.