I've created this module for using beeline design system in a more comfort way, also this module can help to other React Native developers to build their UI.
Use the package manager npm to install package.
npm install @temirtator/beeline-ui
const removeSpaces = require("@temirtator/beeline-ui");
removeSpaces("So much space!");
//=> "Somuchspace!"
removeSpaces(1337);
//=> Uncaught TypeError: Function wants a string!
// at removeSpaces (<anonymous>:2:41)
// at <anonymous>:1:1
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.