Skip to content

Conversation

@Jexsie
Copy link
Collaborator

@Jexsie Jexsie commented Dec 30, 2025

Continuation for #68 since it was merging to the main

...hooksPlugin.configs.recommended.rules,
'react/react-in-jsx-scope': 'off',
'react-native/no-inline-styles': 'warn',
'react-native/no-color-literals': 'warn',
Copy link
Collaborator Author

@Jexsie Jexsie Dec 30, 2025

Choose a reason for hiding this comment

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

This is to enforce @IamLRB's UI tokens. All occurances of iniline styles and color literals will be trigger warnings.
All color literals will have to be defined in the tokens

Bahati308 and others added 13 commits January 13, 2026 12:24
- Add bug report template with component selection
- Add feature request template
- Configure to prevent blank issues
- Add links to documentation and discussions
…eria

Add optional User Story, Details, and Acceptance Criteria sections to
improve bug reproduction and testing capabilities.
- upgrade packages to the latest
- add a pnpm lock file
- update config files to use the es module syntax
Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>

Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
… later has to be migrated to the UI tokens after review

Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
… failures

Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
- Adapted EmptyState.tsx to use type-safe icon names
- Replaced generic string with keyof MaterialIcons.glyphMap
- Ensures TypeScript validation with react-native-vector-icons v12+

Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
Signed-off-by: Jessie Ssebuliba <jessiessebuliba@gmail.com>
@r0ssing r0ssing requested a review from najuna-brian January 13, 2026 10:44
add(UserAppPackage())
},
)
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These changes officially retires the legacy ReactNativeHost (The Bridge) in favor of the new ReactHost

Key Changes:
Bridgeless by Default: Enabled the modern Bridgeless runtime using getDefaultReactHost.

Switched to loadReactNative(this), which simplifies the initialization of native components and architecture flags.

Re-registered UserAppPackage within the new reactHost lazy initializer to ensure compatibility via the New Architecture Interop Layer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants