/* eslint-disable react/jsx-no-bind */ import { NavigationActions } from '@bluebase/components'; import React from 'react'; import { Button, Text, View } from 'react-native'; export class ParamsScreen extends React.Component { render() { return ( Settings Screen {({ getParam, setParams, state }: any) => ( <> {JSON.stringify(state.params)} Label: {getParam('label', 'unset')}