Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
hbweb
/
react
Public
forked from
react/react
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Apr 20, 2016
Merge pull request #6338 from sebmarkbage/reactnative2
Show description for c84ad52
sebmarkbage
committed
c84ad52
View commit details
Copy full SHA for c84ad52
Browse repository at this point
Remove ReactDOM.native shim
Show description for ada60c4
sebmarkbage
committed
ada60c4
View commit details
Copy full SHA for ada60c4
Browse repository at this point
Fix lint for moved ReactNative
sebmarkbage
committed
744548a
View commit details
Copy full SHA for 744548a
Browse repository at this point
Update devtools injection
Show description for 5470972
sebmarkbage
committed
5470972
View commit details
Copy full SHA for 5470972
Browse repository at this point
Ensure react-native-renderer package gets copied
sebmarkbage
committed
c7d90e2
View commit details
Copy full SHA for c7d90e2
Browse repository at this point
Don't try to get the target node for responder if there is no listener
Show description for 22a8f99
sebmarkbage
committed
22a8f99
View commit details
Copy full SHA for 22a8f99
Browse repository at this point
Bump package versions
sebmarkbage
committed
0640921
View commit details
Copy full SHA for 0640921
Browse repository at this point
Update ReactNativeDOMIDOperations to deal with a single parent node
Show description for dc188dd
sebmarkbage
committed
dc188dd
View commit details
Copy full SHA for dc188dd
Browse repository at this point
Listeners are not attached by ID in the API
Show description for 4fcdf02
sebmarkbage
committed
4fcdf02
View commit details
Copy full SHA for 4fcdf02
Browse repository at this point
Build up a native component cache for event dispatching
Show description for 3287d93
sebmarkbage
committed
3287d93
View commit details
Copy full SHA for 3287d93
Browse repository at this point
Get rid of rootNodeIDs they're just tags now
sebmarkbage
committed
75cec60
View commit details
Copy full SHA for 75cec60
Browse repository at this point
Fix ReactNativeComponentEnvironment providesModule
Show description for 97b079b
sebmarkbage
committed
97b079b
View commit details
Copy full SHA for 97b079b
Browse repository at this point
Fix 0.15 compatibility
sebmarkbage
committed
f833516
View commit details
Copy full SHA for f833516
Browse repository at this point
Add test and mocks
Show description for d8e8ea5
sebmarkbage
committed
d8e8ea5
View commit details
Copy full SHA for d8e8ea5
Browse repository at this point
Strip isomorphic stuff from the ReactNative module
Show description for 91e62c7
sebmarkbage
committed
91e62c7
View commit details
Copy full SHA for 91e62c7
Browse repository at this point
Add React Native Modules to module map + fix fbjs
Show description for 240dfae
sebmarkbage
committed
240dfae
View commit details
Copy full SHA for 240dfae
Browse repository at this point
Build an dedicated npm package for react-native-renderer
sebmarkbage
committed
caa6aba
View commit details
Copy full SHA for caa6aba
Browse repository at this point
Add Object Spread Support to Our Babel Config
Show description for 8806463
sebmarkbage
committed
8806463
View commit details
Copy full SHA for 8806463
Browse repository at this point
Move React Native platform files back
Show description for fe395de
sebmarkbage
committed
fe395de
View commit details
Copy full SHA for fe395de
Browse repository at this point
Remove duplicates and move files out of native/vendor
Show description for 6c885d2
sebmarkbage
committed
6c885d2
View commit details
Copy full SHA for 6c885d2
Browse repository at this point
Copy files from the react-native repo
sebmarkbage
committed
f463b73
View commit details
Copy full SHA for f463b73
Browse repository at this point
Commits on Apr 19, 2016
Minor fixes (#6527)
Show description for 8156ee0
ad-si
authored and
jimfb
committed
8156ee0
View commit details
Copy full SHA for 8156ee0
Browse repository at this point
Commits on Apr 18, 2016
Remove mention of deprecated ReactLink add-on (#6535)
dlax
authored and
jimfb
committed
de7d1da
View commit details
Copy full SHA for de7d1da
Browse repository at this point
Commits on Apr 16, 2016
Helper for escaping and unescpaing component keys (#6500)
Show description for dc6fc8c
hkal
authored and
jimfb
committed
dc6fc8c
View commit details
Copy full SHA for dc6fc8c
Browse repository at this point
Commits on Apr 15, 2016
Mention Enzyme on the test utils page. (#6523)
jimfb
committed
a12aab1
View commit details
Copy full SHA for a12aab1
Browse repository at this point
Only fire input value change events when the value changes (#5746)
Show description for 045f1a7
jquense
authored and
jimfb
committed
045f1a7
View commit details
Copy full SHA for 045f1a7
Browse repository at this point
Merge pull request #6469 from keyanzhang/validate-foreignObject-children
Show description for 4016e71
sophiebits
committed
4016e71
View commit details
Copy full SHA for 4016e71
Browse repository at this point
Ensure validateDOMNesting catches nested body elements
keyz
committed
6cf77ef
View commit details
Copy full SHA for 6cf77ef
Browse repository at this point
Commits on Apr 14, 2016
Merge pull request #6516 from gaearon/ignore-dom-writes-outside-batch
Show description for 6a93137
gaearon
committed
6a93137
View commit details
Copy full SHA for 6a93137
Browse repository at this point
Merge pull request #6519 from zpao/envdocsfixup
Show description for befb70e
zpao
committed
befb70e
View commit details
Copy full SHA for befb70e
Browse repository at this point
Cleanup environments doc
Show description for bcad0a2
zpao
committed
bcad0a2
View commit details
Copy full SHA for bcad0a2
Browse repository at this point
Ignore DOM writes outside the batch in ReactPerf
Show description for 3b28602
gaearon
committed
3b28602
View commit details
Copy full SHA for 3b28602
Browse repository at this point
Merge pull request #6510 from jimfb/ssr-environment-docs
Show description for 6a8c751
jimfb
committed
6a8c751
View commit details
Copy full SHA for 6a8c751
Browse repository at this point
Added docs for environment integration.
jimfb
authored and
jim
committed
66bfee6
View commit details
Copy full SHA for 66bfee6
Browse repository at this point
Merge pull request #6215 from nhunzaker/nh-fix-disabled-inputs
Show description for 36e4fe5
gaearon
committed
36e4fe5
View commit details
Copy full SHA for 36e4fe5
Browse repository at this point
Previous
Next
You can’t perform that action at this time.