MVN

com.facebook.react : flipper-integration

Maven & Gradle

Oct 03, 2023
116k stars

react-native · A framework for building native apps with React

<dependency>
    <groupId>com.facebook.react</groupId>
    <artifactId>flipper-integration</artifactId>
    <version>0.73.0-rc.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.facebook.react : flipper-integration to add to Maven - Latest Versions:

  • Latest Stable: 0.73.0-rc.0
  • Latest Release Candidate: 0.73.0-rc.0

All Versions

Choose a version of com.facebook.react : flipper-integration to add to Maven - All Versions:

Version Vulnerabilities Updated
0.73.x
flipper-integration-0.73.0-rc.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.facebook.react</groupId>
    <artifactId>flipper-integration</artifactId>
    <version>0.73.0-rc.0</version>
</dependency>

Advertisement