is not current version
Last Version 0.52.u

cn.ransj.rn:react-native 0.52.alpha

A framework for building native apps with React

Categories

Categories

React User Interface Web Frameworks Native Development Tools
GroupId

GroupId

cn.ransj.rn
ArtifactId

ArtifactId

react-native
Version

Version

0.52.alpha
Type

Type

aar

Download react-native 0.52.alpha


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