Reproduction Steps for facebook/react-native#39260
- Clone repository,
npm i
. - Run Android emulator and
npm run android
. - Observe
App.js
imports and logs. When doingimport { Networking } from "react-native";
and loggingNetworking
it's an empty object; I'd expect it to have the same interface as theIOSNetworking
import.