0.0.13 • Published 3 years ago

react-native-fast-modal v0.0.13

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

react-native-fast-animations

React Native animations via Core Animation or RenderThread API

Status

Used in production at Openland for over the year.

Installation

0. Setup Swift and Kotlin

  • Open your iOS project in Xcode and create empty Swift file and bridging header to enable Swift support
  • Modify android/build.gradle:

    buildscript {
      ext {
        ...
    +   kotlinVersion = "1.3.50"
      }
    ...
    
      dependencies {
    +   classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}")
        ...

1. Install latest version from npm

yarn add react-native-fast-animations

2. Install pods

cd ios && pod install && cd ..

Example

import * as React from 'react'
import { View } from 'react-native'
import {
  FastAnimations
} from 'react-native-fast-animations'

License

MIT

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago