is not current version
Last Version 0.20.1

com.facebook.react:react-native 0.18.0

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.18.0
Type

Type

aar

Download react-native 0.18.0


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