
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
react-native-base-ui
Advanced tools
A cross platform ui for react native, write it once and get Android & Ios native UI
A Kondo Soft initiative by Carlos Gonzalez
A simple cross platform native UI for both Android and IOS
React Native is huge and beautiful, but we don't have a boilerplate that fills the need of a customisable yet cross platform and out of the box implementation of cross platform Native UI
##Inspired by...
@maxstoiber React Boilerplate @geekyants Native Base
##Based on
IOS https://developer.apple.com/ios/human-interface-guidelines/ui-controls/buttons/
Android https://developer.android.com/guide/practices/ui_guidelines/index.html
#Components vs Containers
##Components
Everything related strictly to the way thinks look
##Containers
Everything that holds Components, like the above.
#Instalation
npm install react-native-base-ui
rnpm link ls
#UI Components
A basic button for IOS and android, it can be used as a text button, or a Icon button, or both at the same time.
import { Button } from 'react-native-base-ui'
<Button
onPress = {()=>{console.log('I am a cross platform button');}}
size={25} // optional, will make Icon and size change size
icon='star' // optional choose the icon you want to show
outlined // optional, true by default on Android, will add a border on IOS
>You should star this repo</Button>
If you wan't to use it as Icon just remove the content i.e.
<Button
onPress = {()=>{console.log('I am a cross platform button');}}
icon='star'
/>
FAQs
A cross platform ui for react native, write it once and get Android & Ios native UI
The npm package react-native-base-ui receives a total of 3 weekly downloads. As such, react-native-base-ui popularity was classified as not popular.
We found that react-native-base-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.