-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Is this a bug report?
Yes.
Have you read the Bugs section of the How to Contribute guide?
Yes.
Environment
react-native -v
: 1000.0.0 (master)node -v
: 8.1.2npm -v
: 5.0.3yarn --version
: N/A
Then, specify:
- Target Platform: Windows (react-native-windows)
- Development Operating System: Windows 10
- Build tools: Visual Studio
Steps to Reproduce
(Write your steps here:)
- Add new native prop to
RCTView
native view manager in react-native-windows - Add prop to
<View/>
instance in JavaScript app / bundle - Exception that new prop is not a valid prop type (because it's not declared in
ViewPropTypes
)
Expected Behavior
I expect a way to extend ViewPropTypes
for platform plugins to react-native.
Actual Behavior
There is no way to extend the ViewPropTypes
for platform plugins.
I'll be filing a PR shortly.
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.