I’m not sure what your use case is, but I think the safe bet is to use something like react-native-encrypted-storage.
You could considder creating an entity on your domain to store 1 object with the key, and then synchronize it.
This way the key is secured against people outside the application, and you can even define the user roles that are able to use the key.