Development status

You will find here information about the current development status of Beagle React Native.

Current development status

This is our current development status. Please help us get to a stable version!

To contribute to this project, please use this repository.

Core features

Fully implemented. Renderization, context, custom components and custom actions all work! In truth, if you don’t intend on using the default components and default actions, Beagle React Native is ready for production.

Components

ComponentStatusDescription
Containerdone
Screennot implementedWorking as a container
Buttondone
ImageincompleteThere might be some problems with the image size. Placeholder is not implemented.
TextInputdone
Lazy componentdone
ListViewincompleteExtremely buggy and slow. Mainly on Android.
GridViewnot implemented
PageViewincompleteDoesn’t render the children properly. Can’t navigate between pages.
SimpleFormnot implementedWorking as a container
TabBarincompleteThe tabbar doesn’t scroll There seems to be a bug where a second tab bar in a page won’t render
Textdone
Touchabledone
WebViewdone

We also need to check the styling here. Some of the components, even the ones marked as done, have way to many styles, which might create some undesired behavior.

Actions

ActionsStatusDescription
PushStackincompleteIt works exactly like in web, i.e. the back button does nothing.
PopStackincompleteIt works exactly like in web, i.e. the back button does nothing.
PushViewincompleteIt works exactly like in web, i.e. the back button does nothing.
PopViewincompleteIt works exactly like in web, i.e. the back button does nothing.
PopToViewincompleteIt works exactly like in web, i.e. the back button does nothing.
ResetStackincompleteIt works exactly like in web, i.e. the back button does nothing.
OpenNativeRoutenot implementedwill try to use the browsers location, which doesn’t exist.
OpenExternalUrlnot implementedwill try to use the browsers location, which doesn’t exist.
AddChildrendone
Conditiondone
Confirmnot implemented
SendRequestdone
SetContextdone
SubmitFormnot implemented