• Что бы вступить в ряды "Принятый кодер" Вам нужно:
    Написать 10 полезных сообщений или тем и Получить 10 симпатий.
    Для того кто не хочет терять время,может пожертвовать средства для поддержки сервеса, и вступить в ряды VIP на месяц, дополнительная информация в лс.

  • Пользаватели которые будут спамить, уходят в бан без предупреждения. Спам сообщения определяется администрацией и модератором.

  • Гость, Что бы Вы хотели увидеть на нашем Форуме? Изложить свои идеи и пожелания по улучшению форума Вы можете поделиться с нами здесь. ----> Перейдите сюда
  • Все пользователи не прошедшие проверку электронной почты будут заблокированы. Все вопросы с разблокировкой обращайтесь по адресу электронной почте : info@guardianelinks.com . Не пришло сообщение о проверке или о сбросе также сообщите нам.

React Native + Expo Templates That Just Work

Lomanu4 Оффлайн

Lomanu4

Команда форума
Администратор
Регистрация
1 Мар 2015
Сообщения
1,481
Баллы
155
I’ve been doing front-end development since the dark ages of IE5. Mostly working on web apps for most of the time I found working on mobile Apps a very refreshing change. When i discovered React Native, Expo and Nativewind i fell in love with it and jumped into it full on and created templates that i can use as a base for almost any project.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



I was always re-creating same flows, components and screens over and over again, especially:

  • Setting up onboardings
  • Styling forms
  • Handling theme toggles, product variants, and reusable layouts
  • Checkout logic
  • Adding/Removing products, services, posts, etc..
  • Everything has to look great in dark mode of course

The templates are built with:

  • Expo
  • React Native
  • NativeWind
  • TypeScript

I’ve been struggling to find well-designed starter templates for apps and thought it would be great to do them myself and share them with the world. You can check live Expo go demos on the website.

I’ve commited to add 1–2 template every month, and will do my best to do so. This is my first ever side project, so very curious how it turns out.

// Detect dark theme var iframe = document.getElementById('tweet-1922923597149945948-488'); if (document.body.className.includes('dark-theme')) { iframe.src = "

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

" }

// Detect dark theme var iframe = document.getElementById('tweet-1923200005747126658-516'); if (document.body.className.includes('dark-theme')) { iframe.src = "

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

" }

// Detect dark theme var iframe = document.getElementById('tweet-1921065757888127249-302'); if (document.body.className.includes('dark-theme')) { iframe.src = "

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

" }

// Detect dark theme var iframe = document.getElementById('tweet-1916783798962040922-488'); if (document.body.className.includes('dark-theme')) { iframe.src = "

Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

" }


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

 
Вверх Снизу