Skip to content

Add recent screens chips to our demo app for easy access #3261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

ethanshar
Copy link
Collaborator

Description

Add recent screens chips feature to our demo app for easy access

Changelog

Add recent screens chips feature to our demo app for easy access

Additional info

@@ -3,7 +3,7 @@ import React, {Component} from 'react';
import {StyleSheet, I18nManager} from 'react-native';
import {Colors, View, Text, Picker, Incubator, Switch} from 'react-native-ui-lib'; //eslint-disable-line
import {navigationData} from './MenuStructure';
import Storage, {DEFAULT_SCREEN, IS_RTL} from '../storage';
import Storage, {DEFAULT_SCREEN, IS_RTL, AUTO_SET_DEFAULT} from '../storage';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a little weird that there's a configuration that's not working; I understand it's for private, but still...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed, I will add it only in private
I also clean up a little the settings screen

@M-i-k-e-l M-i-k-e-l assigned ethanshar and unassigned M-i-k-e-l Sep 23, 2024
@ethanshar ethanshar requested a review from M-i-k-e-l September 29, 2024 08:13
@ethanshar ethanshar assigned M-i-k-e-l and unassigned ethanshar Sep 29, 2024
@M-i-k-e-l M-i-k-e-l merged commit ee78a0b into master Sep 30, 2024
1 check passed
@M-i-k-e-l M-i-k-e-l deleted the infra/demo_app_recent_screens branch September 30, 2024 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants