10 lines
223 B
TypeScript
10 lines
223 B
TypeScript
/**
|
|
* 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 }
|