An open API service indexing awesome lists of open source software.

https://github.com/williamjayjay/symbols-app-rn-expo-mcode

A React Native app for listing and customizing Expo-Symbols. Features interactive style controls with `@react-native-segmented-control/segmented-control`, seamless navigation, and real-time visualization of customizations.
https://github.com/williamjayjay/symbols-app-rn-expo-mcode

expo expo-symbols react-native react-native-segment-control segment-control

Last synced: 2 months ago
JSON representation

A React Native app for listing and customizing Expo-Symbols. Features interactive style controls with `@react-native-segmented-control/segmented-control`, seamless navigation, and real-time visualization of customizations.

Awesome Lists containing this project

README

          

Mobile Symbols Control (React Native - Expo)


GitHub language count

GitHub Top Language

Repository size


GitHub last commit



Stargazers


This application focuses on listing and customizing Expo-Symbols with interactive style controls using the `@react-native-segmented-control/segmented-control` library. The app features seamless navigation and an intuitive interface for experimenting with symbol styles such as colors, animations, and other visual properties.


app_expo_symbols_control

## VideoCase

https://github.com/user-attachments/assets/4676a9ca-ca01-4901-b750-fef73c4f8dfa

## 🥶 About the Project

I developed this project to enhance my knowledge of React Native, navigation, and dynamic UI styling. The goal is to provide a practical and visually engaging way to explore and customize the Expo-Symbols library.

## Mobile React Native:

**Application:** The app allows users to navigate through symbol options, adjust their styles interactively, and visualize changes in real time, leveraging segmented controls for a better user experience.

## 🚀 Technologies

Key technologies used in this application:

- [Expo-Symbols](https://docs.expo.dev/versions/latest/sdk/symbols/)
- [Segmented Control](https://docs.expo.dev/versions/latest/sdk/segmented-control/)

## Getting Started

To install and configure a local copy, follow these steps:

### Prerequisites

Ensure the following steps are completed to run the app:

1.**Clone the repository**:
```sh
git clone https://github.com/williamjayjay/symbols-app-rn-expo-mcode
```

2.**Navigate to the root of the project symbols app mcode**

3.**Install the dependencies**:
```sh
bun i
```

4.**Run the application**:
```sh
bun android
```
or
```sh
bun ios
```