react-native-toolkit/useRedux

View on GitHub
example/src/index.tsx

Summary

Maintainability
A
0 mins
Test Coverage
import * as React from "react";
import { render } from "react-dom";

import App from "./App";

const rootElement = document.getElementById("root");
render(<App />, rootElement);