Skip to content

New default template design #325

Closed
@thymikee

Description

@thymikee

Describe the feature

Implement new design for the default template. Make sure to use platform-native fonts and base64 icons to avoid assets pollution. Make it as a separate package so we can import it as a component in App.ts:

import { Home as HomeIOS } from '@rnef/platform-ios';
import { Home as HomeAndroid } from '@rnef/platform-android';
import { Platform } from 'react-native;

export function App() {
  const Home = Platform.select({
    ios: HomeIOS,
    android: HomeAndroid
  })
  return <Home />
}
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions