Skip to content

Android platform checks and possible irrelevant code paths still exist in this repo #269

Description

@jondot

See here

Libraries/Components/ScrollView/ScrollView.js
276:    } else if (Platform.OS === 'android') {
332:if (Platform.OS === 'android') {

And here

Libraries/JavaScriptAppEngine/Initialization/ExceptionsManager.js
69:  if (Platform.OS === 'android') {

It's probably safe, because the codepath never executes on iOS, but still there's references to Android views which I'm sure are still internal and not open source.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions