Skip to content

Commit

Permalink
feat: make reactHost accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLewicki committed Dec 19, 2024
1 parent b8f3f91 commit e64023e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import java.lang.Exception
* running in bridgeless mode.
*/
public object DefaultReactHost {
private var reactHost: ReactHost? = null
public var reactHost: ReactHost? = null

/**
* Util function to create a default [ReactHost] to be used in your application. This method is
Expand Down

0 comments on commit e64023e

Please sign in to comment.