Files
RN_Template/RN_TEMPLATE/app/devtools/ReactotronClient.ts

10 lines
223 B
TypeScript
Raw Normal View History

2026-02-05 13:16:05 +08:00
/**
* This file is loaded in React Native and exports the RN version
* of Reactotron's client.
*
* Web is loaded from ReactotronClient.web.ts.
*/
import Reactotron from "reactotron-react-native"
export { Reactotron }