Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore events on text nodes (facebook#9000)
In React Native events can fire on text nodes (on Android at least). In that case, the current element will be a string and not props. These can not have event handlers on them so we need to bail out so that we don't throw later on.
- Loading branch information