React with Native

Bringing together React and React Native

GitHub

README

Log

log (

OperationClassification

TODO: Ensure embedding this will embed the actual docs in my markdown renderer. I guess it might already do so!

TODO: It would be great to learn more about this topic and see if I can make more cross-environment packages. A great use case would be to create a wrapper around the current fs-orm to enable using it at the frontend too.

OperationClassification cjs)

Api reference
log()

Log a message with a special type

Input
messagestringthe message to be displayed to the user
Output
📄 log (exported const)

Log a message with a special type

Internal
Show internal (10)
getCallerFileName()

TODO: this is great. now also get the operationName. If the operationName appears in the config, for debug, show the log, otherwise don't show

Input
-
Output
parseTitle()

TODO: Should parse a title from markdown

Input
markdownstring
Output{ title: { },
rest: { },
}
🔹 GlobalLogConfig

a logging configuration object that you can set using a file in the root of your operation or project.

Properties:

NameTypeDescription
showDebug (optional)boolean
showDefault (optional)boolean
sayTitles (optional)boolean
logFolder (optional)string
🔹 LogConfig

Properties:

NameTypeDescription
title (optional)string
type (optional)string
customConfig (optional)object
🔹 LogType

how should it look and feel?

🔹 OperationLogConfig

Properties:

NameTypeDescription
configobject
fileConfig (optional)object
functionConfig (optional)object
🔹 ProjectLogConfig

Properties:

NameTypeDescription
configobject
operationConfigobject
📄 DEBUG (exported const)

if true, also shows debug messages

📄 getCallerFileName (exported const)

TODO: this is great. now also get the operationName. If the operationName appears in the config, for debug, show the log, otherwise don't show

📄 parseTitle (exported const)

TODO: Should parse a title from markdown