alessbell / RNMultipartSubsDemo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reproduction Steps for facebook/react-native#39260

  1. Clone repository, npm i.
  2. Run Android emulator and npm run android.
  3. Observe App.js imports and logs. When doing import { Networking } from "react-native"; and logging Networking it's an empty object; I'd expect it to have the same interface as the IOSNetworking import.

About


Languages

Language:JavaScript 100.0%