All Projects → kristerkari → react-native-css-modules-with-typescript-example

kristerkari / react-native-css-modules-with-typescript-example

Licence: other
A simple example app that shows how you can use CSS modules + Typescript with React Native and React (for browser)

Programming Languages

java
68154 projects - #9 most used programming language
typescript
32286 projects
javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
CSS
56736 projects
SCSS
7915 projects

Projects that are alternatives of or similar to react-native-css-modules-with-typescript-example

react-native-css-modules-with-media-queries-example
An example app to show how CSS Media Queries work in React Native.
Stars: ✭ 18 (+5.88%)
Mutual labels:  example, css-modules, demo-app
movies
Real world isomorphic application for movies search, based on Webpack 5 / Express / React 17 + Redux-Saga / Bootstrap 4.6 + CSS Modules / i18next / SSR
Stars: ✭ 20 (+17.65%)
Mutual labels:  example, css-modules
Circleci Demo Python Django
Example Django application running on CircleCI
Stars: ✭ 100 (+488.24%)
Mutual labels:  example, demo-app
BlogDemoRepository
来自博客27house.cn中使用的Demo
Stars: ✭ 25 (+47.06%)
Mutual labels:  demo-app
Dagger2-Sample
Very simple example to use Dagger 2
Stars: ✭ 13 (-23.53%)
Mutual labels:  example
awesome-flutter-ui
10+ flutter(android, ios) UI design examples ⚡ - login, books, profile, food order, movie streaming, walkthrough, widgets
Stars: ✭ 848 (+4888.24%)
Mutual labels:  example
instagram-oauth-nodejs-server
Node.js server for Intagram-API OAuth purpose.
Stars: ✭ 12 (-29.41%)
Mutual labels:  example
AndroidDevelop
This is my Android development Demo collection
Stars: ✭ 31 (+82.35%)
Mutual labels:  demo-app
play-java-rest-api-example
REST API using Play in Java
Stars: ✭ 44 (+158.82%)
Mutual labels:  example
sdl-imgui-example
An example of using Dear ImGui with SDL
Stars: ✭ 18 (+5.88%)
Mutual labels:  example
Flashcards-Demo
This is a source code for a demo app.
Stars: ✭ 18 (+5.88%)
Mutual labels:  demo-app
react-native-firebase-firestore-crud-example
React Native Firebase Tutorial: Build CRUD Firestore App
Stars: ✭ 24 (+41.18%)
Mutual labels:  example
react.js
A boilerplate for react js project. 基于 reactjs+redux+webpack2 的单页应用项目模板。
Stars: ✭ 28 (+64.71%)
Mutual labels:  css-modules
supabase flutter
Using Supabase in Flutter
Stars: ✭ 38 (+123.53%)
Mutual labels:  example
python-code-disasters
This code is so bad, that it is worth sharing.
Stars: ✭ 134 (+688.24%)
Mutual labels:  example
javascript-starter
A few simple examples to help you get started using the Clarifai Javascript client and API
Stars: ✭ 18 (+5.88%)
Mutual labels:  example
delimeal
The Android template app for restaurant or booking item.
Stars: ✭ 26 (+52.94%)
Mutual labels:  demo-app
play-scala-seed.g8
Play Scala Seed Template: run "sbt new playframework/play-scala-seed.g8"
Stars: ✭ 66 (+288.24%)
Mutual labels:  example
example-typescript-package
Example TypeScript Package ready to be published on npm & Tutorial / Instruction / Workflow for 2021
Stars: ✭ 71 (+317.65%)
Mutual labels:  example
circularProgressBar
This repo contains a demo app for circularProgressBar.swift
Stars: ✭ 17 (+0%)
Mutual labels:  demo-app

React Native + CSS modules + Typescript

Platform - Android, iOS and Web contributions welcome

A simple example app that shows how you can use CSS modules + Typescript with React Native and React (for browser).

Have a look at the src folder to see code examples.

Quick links: FeaturesScreenshotsTry itDocumentation

Example App features

React Native and Web

React Native specific

Web specific

Supported Browsers

  • Mobile: Android Stock browser (4.4-5.x), Android Chrome, iOS Safari 8+
  • Desktop: Firefox, Chrome, Safari

Try it

Step 1: Install depencies to run React Native

Make sure that you have react-native-cli installed (npm install -g react-native-cli) and XCode (for iOS development) / Android Studio (for Android development) installed and working.

Step 2: Clone the repo and move to project

git clone [email protected]:kristerkari/react-native-css-modules-with-typescript-example.git
cd react-native-css-modules-with-typescript-example

Step 3: Install example app's dependencies

NodeJS packages:

yarn install

and CocoaPods for iOS:

cd ios && pod install

Step 4: Run React Native packager

You can open a new terminal tab to run React Native's packager.

yarn start

Step 5: Run app on Android, iOS or Web

First make sure that your Android emulator or iOS simulator is working, then:

yarn ios

or

yarn android

or

yarn web

Web app can be accessed by opening http://localhost:8080 in a browser.

Screenshots

iOS - Android - Web

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].