Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Add implicit support for 3rd party platforms #12

Merged
merged 1 commit into from
Jun 11, 2018

Conversation

vincentriemer
Copy link
Contributor

@vincentriemer vincentriemer commented May 25, 2018

Being a JS-only component, theoretically any platform that implements the RN core should fully support this. Instead of restricting the full functionality to iOS only, make it the default implementation and selectively override for platforms that need it (like android).

For example, in my rndom movies demo I have a local fork that adds a dom-suffixed implementation that's just a copy-paste of iOS's implementation: https://github.com/vincentriemer/rndom-movies-demo/tree/master/local-forks/react-native-fade-in-image

@brentvatne brentvatne merged commit 5208414 into expo:master Jun 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants