is not current version
Last Version 0.20.1

com.facebook.react:react-native 0.15.1

A framework for building native apps with React

Categories

Categories

React User Interface Web Frameworks Native Development Tools
GroupId

GroupId

com.facebook.react
ArtifactId

ArtifactId

react-native
Version

Version

0.15.1
Type

Type

aar

Download react-native 0.15.1


<!-- https://jarcasting.com/artifacts/com.facebook.react/react-native/ -->
<dependency>
    <groupId>com.facebook.react</groupId>
    <artifactId>react-native</artifactId>
    <version>0.15.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.react/react-native/
implementation 'com.facebook.react:react-native:0.15.1'
// https://jarcasting.com/artifacts/com.facebook.react/react-native/
implementation ("com.facebook.react:react-native:0.15.1")
'com.facebook.react:react-native:aar:0.15.1'
<dependency org="com.facebook.react" name="react-native" rev="0.15.1">
  <artifact name="react-native" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.react', module='react-native', version='0.15.1')
)
libraryDependencies += "com.facebook.react" % "react-native" % "0.15.1"
[com.facebook.react/react-native "0.15.1"]