-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix nil safety in RiveReactNativeView.swift
I was able to consistently crash my React Native app when Hot Module Reloading was triggered. Removing the implicit optional unwrapping and making that explicit within RiveReactNativeView fixed the crashes I was running into.
- Loading branch information
1 parent
227d48b
commit a1e1483
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters