Add nativeID to View supported props filter

Close #1147
This commit is contained in:
Charlie Croom
2018-10-22 11:43:40 -07:00
committed by Nicolas Gallagher
parent d6e8530f4d
commit 5033e12d18
@@ -8,6 +8,7 @@ const whitelist = {
children: true,
disabled: true,
importantForAccessibility: true,
nativeID: true,
onBlur: true,
onContextMenu: true,
onFocus: true,