react-native-emotion

1.0.3 • Public • Published

react-native-emotion

Getting started

$ npm install react-native-emotion --save

Mostly automatic installation

$ react-native link react-native-emotion

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-emotion and add RNEmotion.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNEmotion.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

pod

  1. pod 'react-native-emotion', :path => './node_modules/react-native-emotion'
  2. pod install or pod update --verbose --no-repo-update

Android

  1. Open up android/app/src/main/java/[...]/MainActivity.java
  • Add import com.rn.emotion.RNEmotionPackage; to the imports at the top of the file
  • Add new RNEmotionPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-emotion'
    project(':react-native-emotion').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-emotion/android')
    
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-emotion')
    

Windows

Read it! :D

  1. In Visual Studio add the RNEmotion.sln in node_modules/react-native-emotion/windows/RNEmotion.sln folder to their solution, reference from their app.
  2. Open up your MainPage.cs app
  • Add using Emotion.RNEmotion; to the usings at the top of the file
  • Add new RNEmotionPackage() to the List<IReactPackage> returned by the Packages method

Usage

import {EmotionView} from 'react-native-emotion';

<EmotionView
    style={{ width: 200, height: 100 }}
    text={"表情[微笑][撇嘴][色][发呆]"}
/>

Readme

Keywords

Package Sidebar

Install

npm i react-native-emotion

Weekly Downloads

1

Version

1.0.3

License

none

Unpacked Size

1.68 MB

Total Files

409

Last publish

Collaborators

  • bengele