Every line of 'react native logo png' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
2566 value: function renderLogo() { 2567 return React__default.createElement( 2568 'div', 2569 { className: 'shell-footer-column shell-col shell-col--6 shell-flex-child shell-mt24 shell-mt0-mm shell-none shell-block-ml' }, 2570 React__default.createElement('a', { 2571 className: 'shell-mb-logo-m', 2572 href: '/', 2573 'aria-label': 'Mapbox', 2574 'data-test': 'logo-link' 2575 }) 2576 ); 2577 }