
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
@lamvd0101/tiki-ui
Advanced tools
The operation to build and maintain a Design Language System includes people, processes, rules, tools, guides, etc...
# NPM
npm install @lamvd0101/tiki-ui
# Yarn
yarn add @lamvd0101/tiki-ui
iOS
Browse to node_modules/@lamvd0101/tiki-ui and drag the folder Fonts to your project in Xcode. Make sure your app is checked under "Add to targets" and that "Create groups" is checked if you add the whole folder.
Edit Info.plist and add a property called Fonts provided by application (or UIAppFonts if Xcode won't autocomplete/not using Xcode) and type in the files you just added.
List of all available fonts to copy & paste in info.plist
<key>UIAppFonts</key>
<array>
<string>Inter-Black.ttf</string>
<string>Inter-Bold.ttf</string>
<string>Inter-ExtraBold.ttf</string>
<string>Inter-ExtraLight.ttf</string>
<string>Inter-Light.ttf</string>
<string>Inter-Medium.ttf</string>
<string>Inter-Regular.ttf</string>
<string>Inter-SemiBold.ttf</string>
<string>Inter-Thin.ttf</string>
</array>
Android
Fonts folder to android/app/src/main/assets/fontsAdd & run configure function from the library in your index file
import {configure} from '@lamvd0101/tiki-ui';
// Setup common configs of the UI Kit before rendering your Application
configure();
Custom Theme
The config function can pass a param. Allows to customize the look of the library.
type Configs = {
mapping?: {[key: string]: string},
};
import {configure} from '@lamvd0101/tiki-ui';
const customTheme = {
/*
mapping is an object where the key is any color token
(You can get it from the documentation content below)
*/
mapping: {},
};
configure(customTheme);
This project exists thanks to all the people who contribute.
@Tiki
FAQs
Tiki UIs for React-Native
We found that @lamvd0101/tiki-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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.