is not current version
Last Version 0.66.4

com.walmartlabs.ern:react-native 0.59.4

A framework for building native apps with React

Categories

Categories

React User Interface Web Frameworks Native Development Tools
GroupId

GroupId

com.walmartlabs.ern
ArtifactId

ArtifactId

react-native
Version

Version

0.59.4
Type

Type

aar

Download react-native 0.59.4


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